
.button_small {
    border: none;

    padding:5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}

.block_product h5{
    text-align: left;
    font-size: medium;
    height: 50px;
}

.win-topnav{
    background-color: green;
}
.win-topnav a{
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 5px 5px;
}

.cat_btn{
    padding: 3px;
    border-color: green;
    color: green;
}
.cat_btn.active, .cat_btn:hover {
    border-color: green;
    background-color: green;
    color: white;
}

.prod_details_btn{
    padding: 3px;
    border-color: green;
    color: green;
}
.prod_details_btn.active, .prod_details_btn:hover {
    border-color: white;
    background-color: green;
    color: white;
}


.btn-reseller-invite{
    background-color: yellow;
    color: green;
}

img {
    /*float: left;*/
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

div.inset {
    border-style: inset;
}

.mod_border {
    border: 1px solid;
}

.glow {
    text-shadow: 0 0 3px black;
}


.borders {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

*{
    font-family: 'Roboto', sans-serif;
}

hr.solid {
    border-top: 2px solid black;
}

#show .img{
    max-width: 100%;
}


#primary-image-display {

}

#div-location-label{
    margin-left: -50px;
}

.cur_loc_title{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 17px;
    color: green;
}

.cur_loc_button_label{
    margin-left: 8px;
    font-size: 11px;
    color: grey;
}

.btn-success{
    background-color: green;
}



.enter-text{
    padding: 3px;
    margin-top: 00px;
    background-color: #008102;
    color: whitesmoke;
}

@media only screen and (min-width: 600px) {
    #show .img{
        max-width: 250px;
    }

}

@media only screen and (min-width: 768px) {
    #show .img{
        max-width: 300px;
    }

}



