.nav-previous{
    float: left;
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.nav-next{
float: right;
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.site-footer {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 30px;
    color: #99979c;
    text-align: center;
    background-color: #2a2730;
}
.site-content{
    margin-top: 50px;
}
.widget-area {
	position:relative;
	max-width:100%;
	-webkit-box-flex:0;
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	padding:2rem
}
@media screen and (min-width:48rem) {
	.widget-area {
	padding:4rem 2rem 0
}
}@media screen and (min-width:70rem) {
	.widget-area {
	max-width:30%;
	-webkit-box-flex:0;
	-webkit-flex:0 0 30%;
	-ms-flex:0 0 30%;
	flex:0 0 30%
}

}.widget {
	margin-bottom:1.5rem
}
.widget a {
	border-color:#ffcd00
}
.widget>ul {
	padding-left:2rem;
	margin:0
}
.widget select {
	max-width:100%
}
.widget-title {
	margin-top:0;
	margin-bottom:.85rem;
	font-size:1.2em;
}
@media screen and (min-width:48rem) {
	.widget-title {
	margin-top:1.2rem
}
}.widget_text {
	word-wrap:break-word
}
.widget_text ol,.widget_text ul {
	padding:0 1.5rem;
	margin:0
}
.widget_text ul {
	list-style:disc
}
.widget_text ol {
	list-style:decimal
}
.widget_text ol li,.widget_text ul li {
	border:0
}
.widget_text ol li:last-child,.widget_text ul li:last-child {
	padding-bottom:0
}
.widget_text ul li ul {
	margin:0
}
.widget_text ul li li {
	padding-right:0;
	padding-left:0
}
.widget_text ol li {
	list-style-position:inside
}
.widget_text ol li+li {
	margin-top:-1px
}
.more-link{
    display: block;
}
.comments-area{
	margin-top: 2rem;
}
.entry-footer{
	margin-top: 4rem;
}
.screen-reader-text{
	display: none;
}
.prev-next-text{
	margin-top: 2rem;
}
img{
	display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	width: 100%;
	overflow: auto;
	word-break: normal;
	word-break: keep-all
}

table th {
	font-weight: 700
}

table td,table th {
	padding: 6px 13px;
	border: 1px solid #ddd
}

table tr {
	background-color: #fff;
	border-top: 1px solid #ccc
}

table tr:nth-child(2n) {
	background-color: #f8f8f8
}
.artical-copyright {
	display: block;
	color: #9fa3a7;
	line-height: 1;
	font-size: 15px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin: 0;
	padding: 0;
	text-align: left;
	word-break: break-all;
}
a {
    color: #010508;
    text-decoration: none;
}
.site-info {
    color: #fff;
    text-decoration: none;
}
a:focus,a:hover,a:active {
	color: #ffcd00;
	text-decoration: none;
  }
.entry-header {
	border-bottom:5px dashed #eaeaea;
}
.class-label-info{
	margin-left: 1rem;
	margin-left: 1rem;
}
  .btn-reward{
	  margin-top: 1rem;
	  margin-bottom: 1rem;
  }
  .vaptcha-container{
	width: 58.33333333%;
  }
  .entry-meta ,.edit-link{
    padding-bottom: 1rem;
    padding-top: 1rem;
}
  #carousel-example-generic{
	  margin-top: 15px;
  }