
#myc-container {
    width: inherit;
}

#myc-nav-container {
    margin-bottom: 15px;
    width: inherit;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 57%;
}

#myc-prev-week-container {
    display: inline-block;
    width: 20%;
}

#myc-next-week-container {
    display: inline-block;
    width: 20%;
}

#myc-prev-week {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    color: #e0e0e0;
    cursor: pointer;
    float: left;
    font-weight: lighter;
    height: 25px;
    text-align: center;
    width: 25px;
}

#myc-next-week {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    color: #e0e0e0;
    cursor: pointer;
    float: right;
    font-weight: lighter;
    height: 25px;
    text-align: center;
    width: 25px;
}

    #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;
    margin: auto;
    text-align: center;
    vertical-align: top;
    width: 18%;
}

    .myc-date-header:first-of-type {
        /*padding-left: 15px;*/
    }

    .myc-date-header:last-of-type {
        border-right: none;
        width: 20%;
    }

#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
    padding-top: 10px;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    margin: auto;
    text-align: center;
    vertical-align: top;
    width: 18.77%;
}

    .myc-day-time-container:first-of-type {
        /*padding-left: 15px;*/
    }

    .myc-day-time-container:last-of-type {
        border-right: none;
        width: 20%;
    }

.myc-date-number {
    font-size: 16px;
    font-weight: lighter;
}

.myc-available-time {
    background-color: #29b6f6;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

    .myc-available-time.selected, .myc-available-time:hover {
        background-color: #222;
    }

.myc-date-display {
    font-weight: lighter;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*#myc-current-month-year-container {
        width: 45% !important;
    }

    #myc-prev-week-container {
        width:25% !important;
    }*/
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}


.myc-date-header-mobile {
    display: inline-block;
    min-height: 50px;
    margin: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.myc-day-time-container-mobile {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    margin: auto;
    text-align: center;
    vertical-align: top;
    width: auto;
}

.myc-available-time-mobile {
    background-color: #29b6f6;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
