﻿.profile-container {
    margin: 60px auto;
}

.profile-table {
    width: 175px;
    margin: 20px auto 0 auto;
}
    .profile-table td:first-child {
        width:60px;
    }

.profile-table td{
    padding: 10px 0;
}

    .profile-table tr:not(:last-child) td {
    border-bottom: 1px solid #c7c7c7;
}

    .dogs-profile {
        text-align: center;
        background-color: #f1f1f1;
    }


.dogs-content {
    font-weight: 300;
    background-color: #f1f1f1;
}



/* ********************************************************  */
/* Media Tag Additions Colors */
/* ********************************************************  */

/* X SMALL */
@media (max-width: 575px) {
    .dogs-profile {
        padding: 40px;
        /*border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }

    .dogs-content {
        font-size: 16px;
        padding: 40px !important;
        /*border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;*/
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

/* SMALL */
@media only screen and (min-width: 576px) {
    .dogs-profile {
        padding: 40px;
        /*border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }

    .dogs-content {
        font-size: 16px;
        padding: 40px !important;
        /*border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;*/
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}


/* MEDIUM */
@media only screen and (min-width: 768px) {
    .dogs-profile {
        padding: 40px;
        /*border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }

    .dogs-content {
        font-size: 16px;
        padding: 40px 40px 40px 0 !important;
        /*border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;*/
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
}

/* LARGE */
@media only screen and (min-width: 992px) {
    .dogs-profile {
        padding: 40px;
        /*border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }

    .dogs-content {
        font-size: 16px;
        padding: 40px 40px 40px 0 !important;
        /*border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;*/
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
}



/* X-LARGE */
@media only screen and (min-width: 1200px) {
    .dogs-profile {
        padding: 40px;
        /*border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;*/
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }

    .dogs-content {
        font-size: 16px;
        padding: 40px 40px 40px 0 !important;
        /*border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;*/
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
}
