.desktop {
    display: none;
}

.tablet {
    display: none;
}

.mobile {
    display: initial;
}

h4.mainTitle {
    font-size: 14px;
}

#navbarMenu {
    margin-top: 10px;
    padding: 10px;
    border: solid var(--vLayoutBorderColor) 1px;
    border-radius: 5px;
}

.iconsHeadBox .button > span {
    display: none;
}

.conferenceTitle > i[class^="fa"] {
    font-size: 3em;
}

.form-userRegistrationForm {
    border-left: none;
    border-right: none;
}

.calendarData .webinarDashboardData {
    padding-left: 15px;
}

.calendarData .dateTimeDiffStrSquare {
    margin-top: 15px;
}

.calendarData {
    font-size: 12px;
}

.calendarData .dateTimeDiffStrSquare,
.calendarData .dateTimeDiffStrSquare > section {
    justify-content: center;    
}

.ordersWrapper .summary .orderItemButton a span {
    display: none;
}

body .content-box .medkeyView .medkeyViewWrapper {
    padding-left: 8px;
    padding-right: 8px;
}

body .content-box .medkeyView .pageWrapper {
    padding-left: 0px;
    padding-right: 0px;
}