@charset "utf-8";
/* CSS Document */

.viewBtn{
	width: 300px;
	text-decoration:none !important;
}

.viewBtn:hover{
	text-decoration:none !important;
	background:#29334b;
	color:#fff;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;
	border:2px solid rgba(29,26,26, 0.1);
}

.btnzBook{
	width:360px; 
	display:table-cell; 
	vertical-align:middle;
}

.btnzBook>div:first-child{
	margin-top:0;
}

.btnzBook>div{
	margin-top:30px;
	height:46px;
	position:relative;
}

.btnzBook>div>span{
	font-size:12px; 
	color:#b7bac0; 
	float:right;
	margin-right:5px;
}

.authorName{
	color:#838894;
	font-size:0.8em;
	text-align:center;
}

.bonusChart{
	margin-top:10px;
}

.bonusChart>li{
	float:left;
	width:49%;
}

.bonusChart a, #audioList a{
	font-family:proxima_nova_ltsemibold;
	font-size:0.9em;
	line-height:40px;
}

.bonusChart a:hover, #audioList a:hover{
	text-decoration:underline;
}

.bonusChart>li:before{
	content:url(../img/pdfIcon.png);
	margin-right:6px;
	position:relative;
	top:2px;
}

hr{
	border-bottom:1px solid #dedede !important;
	border:none;
}

.supportContainer{
	width:inherit !important;
	float:right;
}

.supportContainer a{
	float:right !important;
}

#audioList a{
	line-height: 20px;
    margin-left: 18px;
    display: block;
    padding: 5px 0px;
}

.postImg{
	display:table-cell; 
	text-align:center; 
	vertical-align:middle; 
	padding:15px 0; 
	width:45%;
}

/* Home css */
.titleSec {
	background: #dde8f1;
	width: 94%;
	padding: 10px 3%;
	margin-bottom: 10px;
}

.titleSec>h2 {
	color: #29334b;
	font-size: 1.25em;
}

.linkPer a{
	font-size:0.9em;
}

.postImgTheDayJTCD{
    margin: -5px auto;
    padding: 0;
}
/* Home css finishes here */