﻿body {
    padding-top: 50px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        /*background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px 7px;
        transition: 0.3s;
        font-size:13px;
        font-family:Verdana,sans-serif;*/
        background-color: #00bc8cc7;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 7px;
        transition: 0.3s;
        font-size: 13px;
        font-family: Verdana,sans-serif;
        border-left-style: inset;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }




        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
@media screen and (max-width: 333px) {
    .bximg {
        width: 120px;
        height: 120px;
    }
}