body {
    font-family: "KozGoPro";
}

.panel-body {
    padding-left: 0px;
    padding-right: 0px;
}

img.img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.top-title {
    color: #2EAF63;
    font-size: 14px;
}

h1 {
    font-size: 39px;
}

.blue {
    background-color: #E0F2F9;
    border: 1px solid #B8DBE7;
}

.form-control {
    border: 1px solid #b8dbe7;
}

.form-horizontal .control-label {
    padding-top: 0px;
    font-weight: 400;
    font-size: 17px;
}

.exp {
    font-weight: 100;
    font-size: 11px;
}

.panel {
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-top: 10px solid #CAE88F;
    border-bottom: 5px solid #A1D61D;
    margin-bottom: 0px;
}

.page-header {
    border-bottom: none;
}

.clear {
    margin: 15px 0;
    height: 7px;
    width: 100%;
    display: block;
    background: #80CC28;
}

.table>tbody>tr>td {
    border-top: none;
    clear: both;
}

.table .light-yellow-background {
    background: #FFFBC6;
}

.table .border-top {
    border-top: 2px solid #FAF281;
}

.table .border-left {
    border-left: 2px solid #FAF281;
}

.table .border-right {
    border-right: 2px solid #FAF281;
}

.table .border-bottom {
    border-bottom: 2px solid #FAF281;
}

.dark-yellow-background {
    background: #F7D916;
}

.table .pd-top {
    display: block;
    padding: 5px 0;
}

.table .pd-left-30 {
    padding-left: 30px;
}

.table .pd-left-20 {
    padding-left: 20px;
}

.w70 {
    width: 70%
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

span.long-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    width: 165px !important;
    display: block;
}

.margin-top-title {
    margin-bottom: 20px;
}

@media screen and (max-width: 370px) {
    .top-title {
        font-size: 13px;
    }
}

@media screen and (max-width: 343px) {
    .top-title {
        font-size: 12px;
    }
}

@media screen and (max-width: 319px) {
    .top-title {
        font-size: 11px;
    }
}

@media screen and (max-width: 293px) {
    .top-title {
        font-size: 10px;
    }

    .title-header {
        font-size: 17px;
    }
}
