/*
Theme Name: HARF TAZE
Author: FARSHAD & SHAYAN
Author URI: nextheme.ir
Description: Light Fast SEO theme
Tags: News theme, Blog theme

*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    float: right;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 10px 0
}

@font-face {
    font-family: IRANsans;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/eot/IRANSansWeb_Light.eot);
    src: url(fonts/eot/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'), url(fonts/woff2/IRANSansWeb_Light.woff2) format('woff2'), url(fonts/woff/IRANSansWeb_Light.woff) format('woff'), url(fonts/ttf/IRANSansWeb_Light.ttf) format('truetype')
}

@font-face {
    font-family: ISDN;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/eot/iransansdn.eot);
    src: url(fonts/eot/iransansdn.eot?#iefix) format('embedded-opentype'), url(fonts/woff2/iransansdn.woff2) format('woff2'), url(fonts/woff/iransansdn.woff) format('woff'), url(fonts/ttf/iransansdn.ttf) format('truetype')
}

body {
    background: #fff;
    direction: rtl;
    font: 12px ISDN, IRANsans;
    transition:0.3s ease-in-out;
    float:right;
    width:100%;
}

a {
    text-decoration: none;
    color: #6699ff
}

img {
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

header a {
    color: #222;
}

.header .top-nav a {
    color: #999
}



.top-nav {
    background: #fff;
    border-bottom: 1px solid rgba(100, 100, 100, .1);
    font-size: 11px;
    float: right;
    width: 100%;
    margin-bottom: 8px;
}

.top-nav .search {
    float: left;
    width: 170px;
    position: relative;
}
.top-nav .search .icon-close
{
    display: none;
}

.top-nav, .top-nav .search {
    border-color: rgba(100, 100, 100, .1)
}

.top-nav input {
    display: block;
    border: none;
    padding: 10px 6px 10px 36px;
    font-family: ISDN;
    border-right: 1px solid rgba(100, 100, 100, .1);
    border-left: 1px solid rgba(100, 100, 100, .1);
    width: 100%;
    font-size: 11px;
    outline:none;
}

.top-nav button , .search .icon-close {
    position: absolute;
    left: 5px;
    top: 4px;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: none;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    transition: 0.2s;
    outline: none;

}



.top-nav .search:hover button, .top-nav .search input:focus ~ button {
    background: #0277BD;
    color: #fff;
}
.search .icon-close
{
    background: #bd0008;
    color: #fff;
}

.top-nav .menulist {
    display: inline-block;
    margin-top: 8px;
}

.menulist li {
    display: inline-block;
    margin: 0 1px;
}

.menulist li a {
    display: block;
    border-radius: 4px;
    padding: 3px 6px;
}

.menulist li a:hover {
    background: rgba(0, 0, 0, 0.05);

}

.logo {
    float: right;
    width: 256px;
    height: 98px;
    position: relative;
}

.logo:before {
    content: "";
    background: url(images/logo3.png) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.header .ads {
    float: left;
    max-width: 100%;
    margin-top: 19px;
}

.each-ad {
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
    margin: 3px auto;
    display: inline-block;
    max-width:100%
}

.w468h60 {
    width: 468px;
    height: 60px;
}
.w728h90 {
    width: 728px;
    height: 90px;
}
.w120h240
{
    width:120px;
    height:240px
}
.each-ad img {
    border-radius: 4px;
}

.cat-menu {
    float: right;
    width: 100%;
    background: #f6f6f6;
    border-radius: 40px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.cat-menu .menu {
    padding: 0 10px;
    float: right;
    width: 100%;

}

.cat-menu .menu > li {
    display: inline-block;
    float: right;
    padding: 6px 3px;
}
.cat-menu .menu li
{
    position: relative;

}

.cat-menu .menu > li > a {
    padding: 5px 8px;
    display: block;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
}
.cat-menu .menu a
{
    position: relative;

}
.cat-menu .menu li > ul {
    position: absolute;
    top: 100%;
    width: 150px;
    border-radius: 0 0 6px 6px;
    background: #eee;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 66;
}
.cat-menu .menu li:hover > ul {
    opacity: 1;
    visibility: visible;

}
.cat-menu .menu > li:hover > a {
    background: #222;
    color: #fff;
    overflow: hidden;
}

.cat-menu .menu > li > ul a, .cat-menu .menu > li:hover > a {
    text-shadow: 2px 2px rgba(0, 0, 0, .03), 2px 2px rgba(0, 0, 0, .027), 3px 3px rgba(0, 0, 0, .027), 4px 4px rgba(0, 0, 0, .027), 5px 5px rgba(0, 0, 0, .024), 6px 6px rgba(0, 0, 0, .024), 7px 7px rgba(0, 0, 0, .02), 8px 8px rgba(0, 0, 0, .02), 9px 9px rgba(0, 0, 0, .02), 10px 10px rgba(0, 0, 0, .016), 11px 11px rgba(0, 0, 0, .016), 12px 12px rgba(0, 0, 0, .01), 13px 13px rgba(0, 0, 0, .01), 14px 14px rgba(0, 0, 0, .01), 15px 15px rgba(0, 0, 0, .008), 16px 16px rgba(0, 0, 0, .008), 17px 17px rgba(0, 0, 0, .008), 18px 18px rgba(0, 0, 0, .004), 19px 19px rgba(0, 0, 0, .004), 20px 20px transparent;
}

.cat-menu .menu > li:nth-child(4n-3) ul, .cat-menu .menu > li:nth-child(4n-3):hover > a {
    background: #8bc34a
}

.cat-menu .menu > li:nth-child(4n-2) ul, .cat-menu .menu > li:nth-child(4n-2):hover > a {
    background: #00BCD4
}

.cat-menu .menu > li:nth-child(4n-1) ul, .cat-menu .menu > li:nth-child(4n-1):hover > a {
    background: #607d8b
}

.cat-menu .menu > li:nth-child(4n) ul, .cat-menu .menu > li:nth-child(4n):hover > a {
    background: #ff9800
}

.cat-menu .menu > li > ul a {
    padding: 6px 10px;
    display: block;
    color: #fff;

    overflow: hidden;

}

.cat-menu .menu  li:hover > a {
    background: rgba(0, 0, 0, .1)
}

.cat-menu .menu > li > ul li:last-child a {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}



.cat-menu .menu li.menu-item-has-children > a {
    padding-left: 25px;
}

.cat-menu .menu li.menu-item-has-children > a:before {
    content: "\e91c";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}
.cat-menu .menu li li.menu-item-has-children > a:before
{
    transform: translateY(-50%) rotate(90deg);
}
.cat-menu .menu li li ul
{
    right:100%;
    top:0;

    border-radius: 0 0 0 6px;
}

.main-right {
    float: right;
    width: 75%;
}
.sidebar-left
{
    width:25%;
    float:right;
}
.main {
    width: 80%;
    float: left;
    padding:0 15px 0 25px;
}

.sidebar-right {
    width: 20%;
    float: right;
}

.box {
    float: right;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    position: relative;

}

.box-bordered {
    border: 1px solid rgba(100, 100, 100, .1);
    margin-top: 20px;
    padding-left: 30px;

}

.title-text {
    font: lighter 15px ISDN;
	
}

.box-bordered  .title-text {
    margin-top: -20px;

    margin-right: 10px;
    display: inline-block;
    float: right;
	
	  white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.box-bordered .more, .box-bordered .title-text {
    border-right: 1px solid rgba(100, 100, 100, .1);
    border-left: 1px solid rgba(100, 100, 100, .1);
    padding: 0 15px;
    background: #fff;
    transition:0.2s ease-in-out;

}

.title-text a:hover {
    color: red;
}
article
{
	min-height:90px;
}
.box-bordered header {
    margin-bottom: 12px;
}

.box-bordered footer {
    margin-top: 12px;
    float: right;
    width: 100%;
}

article .thumb {
    float: left;
    width: 50%;
    padding-right: 12px;
	margin-bottom:10px;
}


article .thumb img {
    display: block;
    min-width:100%;
}

article .summary , .content {
    font: 12px/2.6 iransans;
    text-align: justify;
    padding:5px;
}
.content
{
	font-size:14px;
}
.content
{
	margin-top:10px;

}
.content p
{
	margin:5px 0
}
.box-bordered .meta {
    position: absolute;
    left: 0;
}

.box-bordered .meta span {
    background: #fff;
    border-top: 1px solid rgba(100, 100, 100, .1);
    border-bottom: 1px solid rgba(100, 100, 100, .1);
    transform: translateX(-50%);
    display: block;
    padding: 5px 4px;
    text-align: center;
    color: #ccc;
}

.box-bordered .meta span b {
    display: block;
    font-weight: lighter;
}

.meta .comments:before {
    content: "\e916";
    font-family: icomoon;
    font-size: 16px;
}

article.box-bordered .more {
    position: absolute;
    left: 20px;
    top: 100%;
    transform: translateY(-50%);
    font-size:12px;
    padding-top:2px;
    padding-bottom:2px;
    color:#999
}

/* All borders */
article.box-bordered .more, article.box-bordered .title-text , article.box-bordered,.box-bordered .meta span
{
    border-color:rgba(100, 100, 100, .2);
    transition:0.2s ease-in-out;
}
article.box-bordered:hover .more, article.box-bordered:hover .title-text , article.box-bordered:hover,.box-bordered:hover .meta span
{
    color:darkred;
    border-color:darkred

}
aside
{
    margin-top:20px;
}
aside .box
{
    background:#f6f6f6;
    overflow: hidden;

}
.box .title
{

    margin-bottom:6px;
}
.box .title .modern-background
{
    position: absolute;
    left:0;
    top:0;
    width:40px;
    transition:0.3s ease-in-out;
}

.modern-background:before , .modern-background:after, .modern-background span:before ,.modern-background span:after
{
    background:rgba(0,0,0,.05);
    border-radius:0 50px 50px 0;
    display: block;
    content:"";
    width:100%;
    margin-bottom:4px;
    transition:0.3s ease-in-out;

}

.box .title .modern-background:before
{
    height:10px;
    margin-top:-5px;
}
.box .title .modern-background span:before
{
    height:10px;
    margin-right:15px;
}

.box .title .modern-background span:after
{
    height:10px;
    margin-right:25px;
}
.box .title .modern-background:after
{
    height:10px;
    margin-right:35px;
}
.box:hover .title .modern-background
{
    width:60px;
}
aside .ads
{
    text-align:center;
}
aside .title-text
{
    display: inline-block;

}
.sidebar-content
{
    position: relative;
    z-index: 40
}
.default-list a:before
{
    content:"»";
    margin-left:6px;
}
.default-list a , .form2-list a
{
    display: block;
    padding:4px 8px;
    border-radius:40px;
    margin:2px 0;
    color:#222;
}

.default-list a:hover
{
    color:red;
}

.title-text i
{
    margin:2px 0 0 8px;
    float:right;
    font-size:16px;
 }
.footer
{
    float:right;
    width:100%;
    margin-top:15px;
    padding-top:30px;
    color:#fff;
    background-color: #330033;
    background-image: url(images/bg-4.svg);
    background-attachment: fixed;
}
.footer .title-text
{
    margin-bottom:10px;
}
.form2-list  a
{
    background:rgba(0,0,0,0.05);
    margin:4px 0;
    display: block;
}
.form2-list a:hover
{
    background:rgba(0,0,0,0.1);
}
.footer a
{
    color:#ccc;
}

.footer .form2-list a
{
    background:rgba(255,255,255,0.05);
}
.footer .form2-list a:hover
{
    background:rgba(255,255,255,0.1);
}
.footer .default-list a:hover
{
    color:yellow;
}
.footer .box{
    background:rgba(0,0,0,.2);
    overflow: hidden;


}
.footer .modern-background:before , .footer .modern-background:after,.footer .modern-background span:before ,.footer .modern-background span:after
{
    background-color:rgba(255,255,255,0.08)
}

.fc
{
    float:right;
    padding:5px;
}
.fc1
{
    width:28%
}
.fc2
{
    width:28%
}
.fc3
{
    width:28%
}
.fc4
{
    width:16%
}
.text-center
{
    text-align:center;
}
.footer .copyright

{
    float:right;
    width:100%;
    padding:20px 0;
    background:rgba(0,0,0,.2);
    color:#ccc;
    position: fixed;
    top:0;
}
.footer .copyright.farshad-faraji.shayan-moradi.nextheme
{
    position: static;
}
.footer .nextheme
{

}
 .float-left
{
    float:left;
}
 .footer .copyright a
 {
     color:#c1c1c1;
 }
.footer .copyright .icon-heart
{
    color:orangered;
}
.footer .copyright a:hover
{
    text-decoration: underline;
}
#search-controller
{
    display: none;
}
.mode-switch
{
    display: inline-block;
    position: relative;
    height:32px;
    width:65px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border:1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    float:left;
    margin-left:6px;

}
.mode-switch .current-mode
{
    position: absolute;
    left:0px;
    top:0px;
    margin:4px;
    width:23px;
    height:23px;
    background:#0277bd;
    border-radius:50px;
    transition:0.3s ease-in-out;
    color:#fff;

}
.mode-switch .current-mode:before
{
    content:"\e900";
    font-family: icomoon;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size:16px;
}
.mode-switch.active .current-mode
{
    left:calc(100% - 8px);
    transform:translateX(-100%);
    background:#fff;
    color:#0277bd;
}
.mode-switch.active .current-mode:before
{
    content:"\e905"
}

.mode-switch.active
{
    border-color:rgba(255,255,255,1)
}

.navigation {
    background: #0277bd;
    color: #fff;
    padding: 0 100px 0 110px;
    position: relative;
    overflow: hidden;
    font-family: ISDN;

}

.navigation .wp-pagenavi {
    display: flex;
    flex-wrap: nowrap;
    direction: ltr;
}

.navigation .wp-pagenavi a {
    display: block;

}

.navigation .wp-pagenavi a:hover {
    background: rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.navigation .wp-pagenavi a:active {
    background: rgba(0, 0, 0, .2);

}

.navigation .wp-pagenavi a, .navigation .wp-pagenavi .pages, .navigation .wp-pagenavi .current {
    text-align: center;
    padding: 12px;
    color: #fcfcfc;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .0);
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.navigation .wp-pagenavi .pages {
    background: rgba(0, 0, 0, .1);

}

.navigation .wp-pagenavi .current {
    background: #FFF;
    color: #0277bd;
}

.navigation .wp-pagenavi .pages, .navigation .wp-pagenavi .last {
    position: absolute;
    top: 0;
    bottom: 0;
}

.navigation .wp-pagenavi .pages {
    border-left: none;
    left: 0;
    width: 110px;

}

.navigation .wp-pagenavi .last {
    right: 0;
    width: 100px;
}
.page-title
{
	    font-size: 16px;
    padding: 10px;
    font-weight: lighter;
    background: #f5f5f5;
    border-radius: 6px;
    margin: 20px 0 5px 0;
}

.wp-caption {
    position: static;
    width: auto;
    margin: 10px 0;
	max-width:100%;
}

.caption {
    float: right;
    width: 100%
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
/* COMMENTS */
/* Comments Styles */
#comments input,#comments textarea
{
	background:rgba(0,0,0,.08);
	color:#222;
	font-family:IRANsans;
	border:none;
	padding:8px;
	border-radius:6px;
	width:100%;
	outline:none;
}
#comments .title-text
{
	margin-bottom:10px;
}
#comments textarea
{
	height:150px;
	max-width:100%;
}
#comments input:focus,#comments textarea:focus
{
		background:rgba(0,0,0,.12);

}
#comments #submit
{
	cursor:pointer;
}
.comments-inputs, .comments-textarea
{
	float:right;
	width:50%;
	padding:5px;
}
.comments-inputs p
{
	margin:8px 0;
}
#comments label
{
	display:none;
}
.comments .vcard
{
	margin-bottom:8px;
}
.comments li
{
	list-style:none;
	padding:10px;
	border:1px solid rgba(0,0,0,.1);
	border-radius:6px;
	float:right;
	width:100%;
	margin:4px 0;
}
.comments cite
{
	color:#ccc
}
.comment-author
{
	display:inline-block;
	font-weight:lighter;
}
.comment-awaiting-moderation
{
	padding:8px;
	border-radius:6px;
	background:#FBCA03;
	color:#111;
	margin-bottom:8px;
}
.comments .avatar 
{
	margin-left:8px;
	float:right;
}
.comments .comment-meta
{
	float:left;
	font-size:11px;
	opacity:0.6;
}
.comments .reply
{
	float:left;
	display:none;
}
.comments .reply a
{
	display:block;
	padding:5px 10px;
	border-radius:4px;
	background:#f1c40f;
	color:#111;
}
.comments .children
{
	float: right;
    width: 100%;
	margin-top:8px;
}
.comments .comment-author-muvy2admin
{
	background:rgba(255,255,255,.1)
}
.comments-title
{
	margin-bottom:10px;
	font-size:14px;
}
.texttt
{
	font-weight:lighter;
	margin:10px 0;
	float:right;
	width:100%;
}

.tags
{
	float:right;
	width:100%;
	padding:8px;
	font-size:11px;
	text-align:justify;
	border-radius:6px;
}
.tags a{
	display:inline-block;
	margin:2px 4px;
	color:#888;
	float:right
}
.tags a:before
{
	content:"#";
	float:right;
	margin:2px 2px 0 4px
	
}
.tags a:hover
{
	color:#00bcd4
}
hr
{
	border:none;
	display:block;
	margin:10px 0;
	border-top:1px solid rgba(100,100,100,.2)
}
.weblinks
{
	
}
.weblinks img
{

	margin:5px auto
}
.weblinks b
{
	font-weight:lighter;
	display:block;
}
.weblinks a
{
	color:#222;
	
}
.related ul
{
	display:flex;
	flex-wrap:wrap;
	float:right;
	margin-top:6px ;
	
}
.related li
{
	display:inline-block;
	flex:33.333%;
	text-align:center;
	padding:4px;
}
.related a
{
	color:#222;
	display:block;
	padding:6px;
	border-radius:6px;
	background:rgba(0,0,0,.02)
}
.related a:hover
{
	background:rgba(255, 235, 59, 0.11)
}
.related .related-thumb
{
	margin:5px auto;
	border-radius:6px;
}
.related .track-title
{
	font-weight:lighter;
	font-size:14px;
	font-family:iransans
}
.dark-mode .related a
{
	color:#fff;
}
.share-icons
{
	margin:10px auto;
	text-align:center;
}
.share-icons li
{
	display:inline-block
}

.share-icons a
{
	border-radius:60px;
	padding:6px 12px;
	display:block;
	background:#000;
	border:1px solid #000;
	color:#fff;
	transition:0.2s ease-in-out;
	float:right;
	width:100%;
	height:35px
}

.share-icons a:hover{
	background:none !important;
	color:#000
}


.share-icons .telegram a
{
	background:#0088cc;
	color:#fff;
	border-color: #0088cc;
}
.share-icons  a i
{
	margin-top:4px;
	float:right;
}
.share-icons .telegram a i
{
	float:right;
	margin:4px 0 0 6px;
}
.share-icons .telegram a i:before
{
	color:#fff;
		transition:0.2s ease-in-out
}
.share-icons .telegram a:hover , .share-icons .telegram a:hover i:before
{
	color:#0088cc
}

.share-icons .facebook a
{
background:#3b5998;
	color:#fff;
	border-color:#3b5998
}
.share-icons .facebook a:hover
{
	color:#3b5998;
}
.share-icons .twitter a{
	background:#1da1f2;
	color:#fff;
	border-color:#1da1f2;
}
.share-icons .twitter a:hover
{
	color:#1da1f2;
}
.footer-menu
{
	float:right;
}
.footer-menu a
{
	color:#ccc;
	margin:2px 6px;
}
.quote
{
	display:block;
	margin:10px 0;
	padding:10px 15px 10px 10px;
	background:rgba(0,0,0,.05);
	border-right:3px solid rgba(0,0,0,.1);
	border-radius:6px;
}
.dark-mode .quote
{
	background:rgba(0,0,0,.3)
}
.app_ads_banner {
    text-align: center;
    padding: 28px 16px;
    border: 1px solid #ececec;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    .app_ads_banner:after {
        display: block;
        content: "Ads";
        position: absolute;
        left: 0;
        color: #c6c4c4;
        letter-spacing: 3px;
        top: 0;
        background: #ececec;
        padding: 2px 10px 0 10px;
        text-transform: uppercase;
        -webkit-border-radius: 0 0 2px 0;
        -moz-border-radius: 0 0 2px 0;
        border-radius: 0 0 2px 0;
        line-height: 20px
    }

    .app_ads_banner a {
        display: inline-block;
        -webkit-box-shadow: inset 0px 1px 0px 0px #6ded40;
        -moz-box-shadow: inset 0px 1px 0px 0px #6ded40;
        box-shadow: inset 0px 1px 0px 0px #6ded40;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #58d82b), to(#63ac27));
        background: -webkit-linear-gradient(top, #58d82b 5%, #63ac27 100%);
        background: -moz-linear-gradient(top, #58d82b 5%, #63ac27 100%);
        background: -o-linear-gradient(top, #58d82b 5%, #63ac27 100%);
        background: linear-gradient(to bottom, #58d82b 5%, #63ac27 100%);
        background-color: #63ac27;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #288c50;
        display: inline-block;
        cursor: pointer;
        color: #fff5ff;
        font-family: tahoma;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none;
        padding: 10px 65px;
        margin: 0 auto
    }.app_ads_banner {
    text-align: center;
    padding: 28px 16px;
    border: 1px solid #ececec;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    .app_ads_banner:after {
        display: block;
        content: "Ads";
        position: absolute;
        left: 0;
        color: #c6c4c4;
        letter-spacing: 3px;
        top: 0;
        background: #ececec;
        padding: 2px 10px 0 10px;
        text-transform: uppercase;
        -webkit-border-radius: 0 0 2px 0;
        -moz-border-radius: 0 0 2px 0;
        border-radius: 0 0 2px 0;
        line-height: 20px
    }

    .app_ads_banner a {
        display: inline-block;
        -webkit-box-shadow: inset 0px 1px 0px 0px #6ded40;
        -moz-box-shadow: inset 0px 1px 0px 0px #6ded40;
        box-shadow: inset 0px 1px 0px 0px #6ded40;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #58d82b), to(#63ac27));
        background: -webkit-linear-gradient(top, #58d82b 5%, #63ac27 100%);
        background: -moz-linear-gradient(top, #58d82b 5%, #63ac27 100%);
        background: -o-linear-gradient(top, #58d82b 5%, #63ac27 100%);
        background: linear-gradient(to bottom, #58d82b 5%, #63ac27 100%);
        background-color: #63ac27;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #288c50;
        display: inline-block;
        cursor: pointer;
        color: #fff5ff;
        font-family: tahoma;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none;
        padding: 10px 65px;
        margin: 0 auto
    }
.content li {
    list-style: circle;
    margin-right: 10px;
}
table,th,td {
    border: 1px solid black;
}
.table{
    width:100%;
    max-width:100%;
}
@media screen and (max-width:980px){ table{ display:block; overflow-x:auto; } }	