
#myc-container {
    width: inherit;
}

#myc-nav-container {
    margin-bottom: 15px;
    width: inherit;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 68%;
}

#myc-prev-week-container {
    display: inline-block;
    width: 15%;
}

#myc-next-week-container {
    display: inline-block;
    width: 15%;
}

#myc-prev-week {
    border: 1px solid #e0e0e0;
    border-radius: 80px;
    color: #e0e0e0;
    cursor: pointer;
    float: left;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
    background-color: #070761;
}

#myc-next-week {
    border: 1px solid #e0e0e0;
    border-radius: 80px;
    color: #e0e0e0;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
    background-color: #070761;
}

#myc-prev-week:hover, #myc-next-week:hover {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}

#myc-week-container {
    border: 1px solid #e0e0e0;
}

#myc-dates-container {
    background-color: #fafafa;
}

.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 50px;
    padding: 15px 0px 15px 15px;
    vertical-align: top;
    width: 13.77%;
}

.myc-date-header:first-of-type {
    padding-left: 15px;
}

.myc-date-header:last-of-type {
    border-right: none;
    width: 13%;
}

#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    width: 13.77%;
}

.myc-day-time-container:first-of-type {
    padding-left: 15px;
}

.myc-day-time-container:last-of-type {
    border-right: none;
    width: 13%;
}

.myc-date-number {
    font-size: 1em; /* 1.8em */
    font-weight: lighter;
}

.myc-available-time {
    background-color: #29b6f6;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.myc-available-time.selected, .myc-available-time:hover {
    background-color: #070761 !important;
}

.myc-date-display {
    font-weight: lighter;
}

@media only screen and (max-width: 768px) {
    .myc-date-header, .myc-day-time-container {
        /*width: 13.5%;*/
        width: 11.77% !important;
    }
    /*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
        width: 12%;
    }*/

    #myc-dates-container{
        height:60px !important;
    }

    .myc-day-time-container, .myc-day-time-container:first-of-type {
        padding: unset !important;
        margin: 15px 0px 15px 3px;
    }
    .myc-available-time { 
        border-radius: 7px; 
    }
    }


/* this is custom css */
#myc-current-month-year-container {
    /*visibility:hidden;*/
    margin-top: -35px;
}



#myc-8dates-container {
    text-align: center;
}



.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 20px;
    padding: 8px 0px 9px 15px;
    vertical-align: top;
    width: 13.77%;
}



#myc-dates-container {
    text-align: center;
    height: 40px;
}



a.myc-available-time {
    background-color: #E9E9E9 !important;
    color: #000 !important;
}



a.myc-available-time {
    background-color: #E9E9E9 !important;
    color: #000 !important;
    padding: 3px 0px 3px;
    margin-bottom: 7px;
}





.myc-date-number {
    display: inline-block;
}





.myc-date-display {
    display: inline-block;
}





#myc-next-week {
    height: 25px;
    border-radius: 40px !important;
    width: 25px;
    font-size: 0.9em;
    position: absolute;
    right: 6px;
    bottom: -4px;
    background-color: #070761;
}



#myc-prev-week {
    height: 25px;
    border-radius: 40px !important;
    width: 25px;
    font-size: 0.9em;
    position: absolute;
    left: 6px;
    bottom: -4px;
    background-color: #070761;
}



#myc-container > #myc-nav-container {
    position: relative
}

#myc-nav-container > #myc-nav-container {
    position: absolute;
    width: 99%;
    top: 2px;
    left: 10px;
}

.myc-day-time-container, .myc-day-time-container:first-of-type {
    padding: 15px 0px 15px 30px;
}


#myc-week-container {
    margin-top: 32px;
}

.myc-available-time.selected, .myc-available-time:hover {
    background-color: #070761 !important;
    color: white !important;
    text-decoration: none;
}