.page-heading{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 22px;
	color: #333;
	background: #fff;
	padding: 10px;
	border-left: 5px solid #057dc3;
}
.page-button-orange{
	background:#fa8c45;
	padding:10px 20px;
	color:#FFF;
	border:none;
	border-radius:.2em;
}
.page-button-green{
	background:#2aac58;
	padding:10px 20px;
	color:#FFF;
	border:none;
	border-radius:.2em;
}
.page-button-blue{
        background-image: linear-gradient(#28A0E5, #015E94);
	padding:12px 20px;
	color:#FFF;
	border:none;
	border-radius:.2em;
	cursor: pointer;
}
a.page-button-blue:hover,
a.page-button-blue:visited { color: white; }

.zebra-strip-bottom thead tr:nth-child(odd) {
	background:#e9eae7;
	color:#333;
	
}
.zebra-strip-bottom tfoot tr:nth-child(odd) {
 background-color: #fff;
}

.mgn-footer{
	background:#a9a9aa;
}
.footer-pic{
	border:2px solid #fff;
}
.footer-pic-dark{
	border:5px solid #fff;
}
.mgn-footer .footer-item{
	font-size:13px;
}
.btn-success{
	cursor:pointer;
}
.social-icons .fb{
	margin-right:5px;
}

.text-center{
	display:inline-block;
	margin-right: 5px;
}
.create-book .mgn-masthead{
	position:absolute;
	margin-left:0px;
	top: 150px;
}
.social-icons{
	padding-left: 25px;
	position: absolute;
	right: 50%;
	width: 560px;
	text-align: center;
	top: 150px;
}

.tab-list{
	padding-top:10px;
	margin:0px;
	list-style:none;
	padding:0px;
}
.tab-list li{
	display:block;
	margin-bottom:10px;
	font-size:13px;
}
.mgn-content{
	padding-bottom:20px;
}
.padding-remove{
	padding-bottom:0px;
}

.common-title{
	margin-top:10px !important;
	margin-bottom:5px !important;
}
.tab-list li:before{
	 content: '\00bb';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   padding-right:5px;
   color:#057dc3;
}
hr {
border-color: #e2e2e2;
}
@media (max-width:767px) {
		.list-inline{
		margin-left:0px;
	}
	.create-book .mgn-masthead{
		position: static;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.social-icons{
		position: static;
		width: 100%;
		padding-left: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width:1024px) {
	.list-inline{
		padding-left:15px;
	}
	
}
