/* --------------start of custom css----------------- */
.image_left{
    float:left;
    margin:0 10px 10px 0;
}

.image_right{
    float:right;
    margin:0 0 10px 10px;
}

.image_center{
    margin:10px auto;
    display:block;
}

.image_left, .image_right, .image_center{
    max-width:100%;
}

.docpic{
    width:300px;
}

.servicepic{
    width:250px;
}

.endodontics{
    width:500px;
}

.t_center{
    text-align:center!important;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
    clear: unset;
}

.clearfix{
    clear:both;
}

.wrap__services {
    margin-bottom: 100px;
}

.wrap__services .cta{
    float:right;
    margin-top: -15px;
}

.servicecta{
    display: flex;
    justify-content: center;
}

#officeHours {
    margin: 10px 0 20px 0;
    table-layout: none!important;
    width: unset!important;
    border: none;
}

#officeHours  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#officeHours th,#officeHours td {
    border: none;
    padding: 0;
}

#officeHours td {
    padding: 2px 5px 2px 0;
}

#officeHours caption {
    text-align: left;
    font-weight: 600;
}


/* --------------end of custom css----------------- */

/* ----------------- MEDIA----------------------- */
@media(max-width:767px){
    .image_left,.image_right{
        float:none!important;
        margin:10px auto!important;
        display:block;
    }
}

/* --------------end of media----------------- */