﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic 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;
}

table.contestResults {
	position: relative;
	border: 0;
	margin-bottom: 20px;
}

table.contestResults td {
	padding: 3px 6px;
	border: 0;
}

table.contestResults th {
	padding: 3px 6px;
	font-size: 14px;
	background: #ccc;
	border: 0;
}

td.repeater_item {
	background-color: #dadada;
	padding: 3px;
}

.repeater_item_left {
	border-left: 1px solid #dadada;
	text-align: center;
}

.repeater_item_right {
	border-right: 1px solid #dadada;
	text-align: center;
}

td.repeater_item_alt {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 4px;
}

.alt, tr.alt {
	background: #eee;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
