*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---Added by eReader Palace---*/
.entry-content img{border: 1px solid #D7D7D7;}
.tabs-left{border: 1px solid #999999 !important;}
.tabs-left .et-tabs-control li a {font-size: 20px !important;}

.searchform{margin-top: 30px;}
.entry-content ul, .comment-content ul {
	padding: 0 0 10px 16px !important;
	margin-bottom: 10px;
}
.et-featured-post .post-description{background: #000;
  padding: 20px;}
#disqus_thread{padding: 20px 60px;}
.entry-content {  padding: 0 60px; !important}
.entry-content ol li {margin-bottom:10px;}
.article-foot-amz-ad{margin-top: 30px;    padding: 0 50px;}
.header-banner{border: 1px solid #666;}
body {font-family: 'Roboto', Arial, sans-serif !important;}
.main-title{font-family: 'Raleway', Arial, sans-serif !important;}
.entry-content ol{padding: 0 !important;}
.widgettitle {font-size: 1.7em !important;}
.no-margin-left {margin-left:0px;}
.free-book-page-desc {padding: 60px; padding-top: 0;}

/*---H2 styles---*/
.ereaderpalace h2 {
	color: white;
    background: #49C895;
    margin-left: -30px;
    border-left: 50px solid #299480;
    padding: 10px 10px 10px 0;
    margin-bottom: 20px;
    font-size: 1.7rem;
    counter-increment: h2num;
    counter-reset: h3num;

}
.ereaderpalace h2::before {
	content: counter(h2num);
    font-weight: bold;
    margin-left: -50px;
    float: left;
    text-align: center;
    width: 50px;
    margin-right: 10px;
}

.ereaderpalace h2 a {
	color: #ffffff;  
	text-decoration: underline;
}


/*---H3 styles---*/
.ereaderpalace h3 {
    background: #26c6da;
    padding: 6px;
    color: white;
    border-left: 50px #1A95A5 solid;
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
    counter-increment: h3num;
}
.ereaderpalace h3::before {
	content: counter(h2num)"."counter(h3num);
    font-weight: bold;
    margin-left: -50px;
    width: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.ereaderpalace h3 a {
	color: #4bb6f5;  
	text-decoration: underline;
}

/*---H4 styles---*/
h4 a {
    color: #4bb6f5;
}
h4 a:hover {
    text-decoration: underline;;
}

/*---H5(Specific for Guide Steps) styles---*/
.ereaderpalace h5 {
    background: #26c6da;
    padding: 6px;
    color: white;
    border-left: 76px #1A95A5 solid;
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
    counter-increment: h5num;
}
.ereaderpalace h5::before {
    content: "Step "counter(h5num);
    font-weight: bold;
    margin-left: -72px;
    width: 70px;
    text-align: center;
    float: left;
    margin-right: 10px;
}


/*---Daily Free Books styles---*/
.amazon-buying h2{
	border-left: none;
}

.amazon-buying h2::before{
	content: none;
}

.amazon-description h2{
    color: #333;
    background: none;
    margin: 0;
    border: none;
    padding: none;
    font-size: 1rem;
    counter-increment:none;
    counter-reset:none;
    padding-left: 0;
}

.amazon-product-table .amazon-buying h2.amazon-asin-title{
    counter-increment: none;
    background: none;
    color: #333;
}

.amazon-product-table .amazon-buying h2.amazon-asin-title a{
    color: #4bb6f5;
}


.amazon-description h3{
    color: #333;
    background: none;
    margin: 0;
    border: none;
    padding: none;
    font-size: 1rem;
    counter-increment:none;
    counter-reset:none;
    padding-left: 0;
}

.amazon-description h3::before{
    content: none;
}

/*---Blockquote styles---*/
.ereaderpalace blockquote{
	padding: 10px 20px;
    border-left: 5px solid #a9d300;
    margin: 15px 40px;
}

.ereaderpalace blockquote p{
	font-size: inherit;
    font-weight: 300;
    line-height: 1.8;
    margin: 0;
}


/*---Paragraph styles---*/
.ereaderpalace p {
	margin: 0 0 10px;
    line-height: 1.8;
}


/*---Softwares Data Box styles---*/
.app-profile {
    font-size: 1em;
    color: rgb(74, 74, 74);
    margin-bottom: 9px;
    letter-spacing: 0.001px;
    line-height: 22px;
    background: rgb(225, 241, 254);
    padding: 12px 10px 4px 24px;
}
    
.app-profile ul{
    padding-bottom: 0px !important;
}

.app-profile strong{
    margin-right: 6px; 
}


/*---Q&A  styles---*/
.et-learn-more h3.heading-more::before {
    content: none !important;
}