﻿body {
}

/* 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;
}

/* 45six */
html, body {
    height: 100%;
}

/* GamerBand */
.gamerbandscreenwrap {
    background-image: url('i/gamerband/screenwrap.png');
    background-position: left;
    background-repeat: no-repeat;
    height: 390px;
    width: 100%;
}

/* Vinyl */
.recordSold td div, .recordSold td.hidden-xs {
    color: #BBBBBB;
    text-decoration: line-through;
}
.recordSold td div:nth-of-type(8), .recordSold td.hidden-xs:nth-of-type(9) {
    text-decoration: none;
    color: red;
}