/* CUSTOM CSS FILE FOR BINARYOPTIONBOOK */


/* Front Page */

#homePageCustom {
	margin: 0px;
	padding: 0px;
}

/* Front Page Table */
table                   { border-color: #ccc; }
th 					    { border-top: 1px solid white ; }
#mainBrokerTable td	    { text-align:center ; }
#mainBrokerTable th	    { text-align:center ; }
#mainBrokerTable img	    { margin-top:7px ;
								margin-bottom:5px ;}
.compareCol		     	{ width: 100px ; } 
.infoCell				{ width:250px; }
.bonusAmount 			{ font-size: 18px;	font-weight: bold; color: #000 }
.tradeLink {
	width: 120px;
}
.reviewLink {
		font-size: 16px;
	font-weight: bold;
}
.tradeLink a		{
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #666;
	padding: 10px;
	background-color: #336699;
	color: #FFF;
	display: block;
	width:130px;
}
.tradeLink a:hover		{
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #666;
	padding: 10px;
	background-color: #336699;
	color: #ff8811;
	display: block;
	width:130px;
}
#reviewTableHeaders {
	background-color: #ddd;
}

/* Review Pages */
#reviewCustom 			{ margin: 0px; }
#reviewCustom h3 		{ margin: 0px; }
#reviewCustom p 		{ margin-top: 5px;	margin-bottom:10px; }
#reviewBrokerSpecs 		{ background-color: #eee;	border: 1px solid #ccc;	margin-bottom: 10px;	margin-left:auto;	margin-right:auto; }
#reviewBrokerSpecs td 	{ width: 300px;	padding-left: 10px;	padding-top: 5px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #ccc;	height: 25px; }
.reviewVisitBroker		{ width:600px;	margin-top: 10px;	margin-bottom: 10px;	margin-left:auto;	margin-right:auto; }
.reviewVisitBroker a 	{ text-decoration: none;	font-size: 18px;	text-align: center;	margin-right: 10px;	margin-left: 10px;	border: 2px solid #369;
	padding: 10px;	background-color: #eee;	margin-top: 10px;	display:block; }
.floatRight 			{ float: right; }
.contactFormTextArea    { font-size: 16px; padding: 5px; }

#educationSidebar {
	font-size:13px;
}
#educationSidebar li {
	list-style-type: square;
	margin-bottom:5px;
}
.clearfix::after{content:"";display:table;clear:both}
