@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v55/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

.acWrap .acSuggest {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
    border: 1px solid #26a69a;
    display: none;
}

.acWrap .acSuggest ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.acWrap .acSuggest ul li {
    padding: 10px;
}

.acWrap .acSuggest ul li:hover {
    background: #d9e7ff;
    cursor: pointer;
}

.report {
    line-height: 300%;
    word-spacing: 2cm;
}