﻿
.footer-logo{
    width:150px; 
    height:80px; 
    margin-bottom:17px;
}

#footer img.footer-logo {
    display: inline;
}

/* Schedule style for footer */

.schedule-days {
    margin-bottom: 15px;
}

/* Day name*/
    .schedule-days div:nth-of-type(1) {
        font-weight: bolder;
    }

/* Open Time */
.schedule-days div:nth-of-type(2) {
    font-size: 14px;
}

/* Break time*/
    .schedule-days div:nth-of-type(3) {
        font-size: 12px !important;
        font-style : italic;
    }



/* *********************************************************************** */
/* DEFAULT MEDIA TAG RANGES */
/* ----------------------------------------------------------------------- */

/* ------------------------ */
/* Extra small <576px       */	
/* ------------------------ */
@media only screen and (max-width: 575px) {
    .table-dental-assoc {margin: 0 auto !important; /* only center table when content is centered (md and lower) */}
}

/* ------------------------ */
/* Small ≥576px             */	
/* ------------------------ */
@media only screen and (min-width: 576px) {
    .table-dental-assoc {margin: 0 auto !important; /* only center table when content is centered (md and lower) */}
}

/* ------------------------ */
/* Medium ≥768px            */	
/* ------------------------ */
@media only screen and (min-width: 768px) {
    .table-dental-assoc { margin: 0 !important;}
}

/* ------------------------ */
/* Large ≥992px             */	
/* ------------------------ */
@media only screen and (min-width: 992px) {
}

/* ------------------------ */
/* Extra large ≥1200px      */
/* ------------------------ */
@media only screen and (min-width: 1200px) {
}

/* *********************************************************************** */
/* CUSTOM MEDIA TAG RANGES */
/* ----------------------------------------------------------------------- */


/* *********************************************************************** */