﻿body {
    padding-top: 15px;
    padding-bottom: 20px;
}

/* 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,
.input-group {
    max-width: 280px;
}

#productList img{
    display:block;
    height:50%;
    margin:0 auto 5px auto;
    max-width: 100%;
}
#productList .info{
    height:30%;
    overflow-y:auto;
}
#productList .price{
    height:10%
}

#productList .panel-body{
    height:380px;
    padding-top:35px;
}

#productsheader .form-group {
    margin: 0px;
}

#fullProduct .imagePreview img{
    display:block;
    margin:0 auto;
    max-width:100%;
}

#backButton{
    margin: 1em;
}
.navbar-header span{
    display: block;
    text-align: right;
    font-style: italic;
}
.originalPrice{
    text-decoration:line-through
}
.selected td {
    background: #8EF;
}