﻿@media screen and (max-width: 768px) {
    .social ul li a,.topbar ul li a{text-align:center;}
    .social ul li {display:inline-block;}
    .social ul li a span {margin:auto;}
    .social{text-align:center;}
    .text-left,.text-right{text-align:center;}
    ul.social-widgets{display:none;}
    .logo-right p{text-align: center;font-size: 20px;}
    .bottom-menu ul li a {color:white !important;
        background: #6a1922 !important;border-bottom:1px solid #3C1D3C;
    }
    .approved-icons .icons{float:none;text-align:center;}
     .adoptedsection img , .sw-pic img{
        max-width:100% !important;
    height:auto !important;
    width: 100% !important;
margin: auto;
margin-bottom:10px !important;
    }
}
@media screen and (max-width: 468px) {
.content p.text-right{text-align:center;}
    p.reference a {
        float: none;
    }
    .puppy-images img{    width: 100%;
    float: left;
    margin: 3px;
    border: 5px solid #fff;
    height: 100%;}
    .welcome-box img {
    margin: 5px;
    float: none;
    width:97%;
}
    .gray-box img {
        max-width: 100%;margin:0px;
    }
    .approved-icons .icons{float:none;text-align:center;}
    .photosection img {
    max-width:100% !important;
    height:auto !important;
}
    .adoptedsection img {
        max-width:100% !important;
    height:auto !important;
    width: 100% !important;
margin: auto;
    }
.common-puppy-section td img,.photosection td img{max-width:100% !important;margin:5px !important;width:100% !important; height:auto !important;border:1px solid white;}   
 .content table {
        width: 100% !important;
    }

    .content table,
    .content thead,
    .content tbody,
    .content th,
    .content td,
    .content tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .content thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .content tr {
        border-bottom: 1px dotted #eee;
    }

    .content td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding: 3px 10px;
        white-space: normal;
        text-align: left;
        width:100% !important;
    }

        .content td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        .content td:before {
            content: attr(data-title);
        }
}
