@media(max-width: 790px){ 
    #emailLabel {
        padding: 0px !important;
        display: none;
    }

    #limitTempLabel {
        display: none; 
    }

    .helper-label {
        display: none;
    }
}

.datepicker-days td, th, span {
    cursor: pointer;
}

.webview {
    padding-top: 20px !important;
}

.webview .c-layout-page {
    margin-top: 0px !important;
}

.webview .c-content-box {
    padding-top: 0px !important;
}

.webview .title {
    transition: none;
    line-height: 35px;
    border-width: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 22px;
}

.webview .highlight-green {
    color: #0B8552 !important;
}

.webview .highlight-blue {
    color: #001AFF !important;
}

.webview .btn {
    color: #FFFFFF !important;
    background: #26C281 !important;
}

.webview i {
    padding-right: 5px;
}