
.clearFix:before,
.clearFix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearFix:after {
    clear: both;
}




/*======================
 OVERRIDE BOOTSTRAP CSS
=======================*/


.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand, 
.navbar > .container-fluid .navbar-brand:hover {
	color: #ffffff;
}

.lead {
	margin: 50px 0px;
}

table#pizzaPriceTable {
	border: 10px solid #333333;
	background-color: #333333;
	color: #f8f8f8;
}

table#pizzaPriceTable th, 
table#pizzaPriceTable td {
	text-align: center;
	padding: 5px;
}

table#pizzaPriceTable2 {
	border: 1px solid #333333;
	color: #333333;
}

table#pizzaPriceTable2 td {
	text-align: center;
	padding: 5px;
}

label.pizzaReset {
	text-align: center;
}

td.toggleHandle, 
td.toggleHandle label {
	cursor: pointer;
}


/*==========
 GLOBAL CSS
===========*/

body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.tableOfContentsWrapper {
	background-color: #dddddd;
	color: #333333;
	padding: 20px;
}

.tableOfContentsWrapper h2 {
	margin-bottom: 25px;
}

.classUnitBlock {
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.basicParagraph {
	font-size: 14px;
	line-height: 17px;
}

.paragraphHeader {
	font-size: 18px;
	font-weight: 300;
}

.paragraphSubHeader {
	font-size: 15px;
	font-weight: 300;
}

.entrySpacer {
	display: block;
	height: 20px;
}

ul.bulletListReg {
	list-style-type: circle;
	padding-left: 25px;
}

ul.bulletListReg li {
	margin: 5px 0px;
	padding-left: 2px;
	font-size: 14px;
}

.formEntryBox {
	margin-bottom: 20px;
	padding: 0px 15px;
}

label {
	display: block;
	margin-bottom: 3px;
	margin-left: 4px;
	text-align: left;
}

input, 
select,
input[type=range] {
	width: 100%;
	outline: 0;
}

/*remove outline from clicked links*/
*|*:-moz-any-link:focus{outline-width:0!important}
/*remove outline inputs*/
input:focus::-moz-focus-inner{border-color:transparent!important}

input[type=checkbox] {
	width: auto;
	display: inline-block;
	
	/* All browsers except webkit*/
	transform: scale(2);
	/* Webkit browsers*/
	-webkit-transform: scale(2);
}

 


#hobbyResults strong {
	color: #999999;
	text-transform: capitalize;
}

select {
	padding: 15px 10px;
}

#rolledResult {
	margin: 60px 0px 10px;
	text-transform: uppercase;
}

.bigText {
	font-size: 600%;
}

.guessNumberSpinner {
	padding: 5px 20px;
	font-size: 50px;
	text-align: center;
	margin: 20px 0px;
	background-color: #333333;
	color: #f8f8f8;
}

.guessedNumber {
	font-size: 50px;
	text-align: center;
	margin: 20px 0px;
}

table.pokerHand {
	margin: 0 auto;
}

table.pokerHand img {
	padding: 0px 5px;
}

.sidebarSectionToggleBox {
	float: right;
	padding: 0px 5px;
	cursor: pointer;
}

#needleGameTable caption {
	font-size: 200%;
	text-transform: uppercase;
}






/*==============
 GUEST BOOK CSS
===============*/

.pageBoxEffects {
	border: 1px solid #cccccc;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.guestBookEntryWrapper {
	background-color: #ededed;
	color: #333333;
	padding: 20px;
}

.bookEntryWrapper {
	width: 100%;
	text-align: center;
	border: 1px solid #cccccc;
	padding-top: 45px;
}

.guestBookName {
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.guestBookEmail {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 15px;
	text-transform: lowercase;
}

.guestBookComments {
	font-size: 12px;
	height: 75px;
	margin-bottom: 65px;
	padding: 0px 20px;

}





.sectionBlock {
	width: 100%;
	padding-bottom: 10px;
}

.sliderUnitWrapper {
	width:100%;
	margin: 20px 0px;
}

.rangeDisplay {
	float: right;
	font-size: 150%;
	position: relative;
	top: -5px;
}

.rangeDisplaySOMATO {
	font-size: 300%;
	font-weight: 700;
	position: relative;
	top: 0px;
	text-align: center;
}

.rangeDescriptionBlock {
	width: 100%;
	display: block;
	font-size: 80%;
	padding-bottom: 20px;
	padding-top: 5px;
}

.leftSideBlock, 
.rightSideBlock {
	width: 50%;
	float: left;
}

.leftSideBlock {
	text-align: left;
}

.rightSideBlock {
	text-align: right;
}

.somatotypeImages {
	padding: 0% 5%;
}

.SOMATOheader {
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	padding: 0% 5%;
}

.SOMATObody {
	font-size: 80%;
	text-align: center;
	padding: 0% 5% 5%;
}

.bigIconWrapper span {
	text-align: center;
	display: block;
	position: relative;
	top: -20px;
}

.bigIconWrapper {
	height: 135px;
}

.lowEndHighEndText {
	margin-bottom: 5px;
}



.carInventoryWrapper {
	padding: 20px;
	margin-bottom: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.carUserImgBox {
	margin-bottom: 20px;
}

.carUserImgBox span {
	font-size: 600%;
	color: #666666;
}

.carUserName {
	font-size: 250%;
	color: #666666;
	font-weight: 500;
	font-style: italic;
}

.carUserDataBox {
	
}

.dataListHeader {
	margin-top: 20px;
	font-weight: 900;
}

.dataListCopy {
	
}

#sortingTable th, 
#sortingTable td {
	padding-left: 15px;
}

.dataTables_info {
	text-align: right;
	width: 100%;
}



