header {
	position: relative;
	width: 100%;
	float: left;
	background-color: #f9f9f9;
	padding: 0;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	min-height: 125px;
	box-sizing: border-box
}

.burger {
	display: none
}

body {
	background: url('../images/pattern19.png')
}

body>header {
	float: left;
	width: 100%;
	position: relative
}

.main-header {
	position: relative;
	float: left;
	width: 100%;
	z-index: 99
}

#header {
	position: relative;
	width: 100%;
	float: left;
	background-color: #f9f9f9;
	padding: 0;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	min-height: 165px
}

#header::before {
	content: "";
	height: 3px;
	width: 100%;
	background: #709f01;
	position: absolute;
	top: 0
}

header .line {
	content: "";
	height: 3px;
	width: 100%;
	background: #f25741;
	position: absolute;
	top: 0
}

#header h1,
#header h2 {
	float: left;
	display: inline-block;
	line-height: 1;
	margin: 15px 0 5px 18px
}

#logo a {
	float: left;
	font-size: 44px;
	color: #f25741;
	text-decoration: none;
	margin: 0 0 20px 20px
}

.widget-header {
	float: right;
	max-width: 76%;
	margin-right: 14px;
	margin-top: 0
}

.secondary-navigation .children li .sf-sub-indicator {
	display: none
}

.secondary-navigation {
	display: block;
	float: right;
	width: 100%;
	background: #f1f1f1;
	height: 42px;
	position: relative
}

.secondary-navigation::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #DDD;
	bottom: 0;
	left: 0
}

.secondary-navigation #navigation .sf-sub-indicator {
	display: block;
	width: 11px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 24%
}

.secondary-navigation #navigation {
	margin: 0 auto
}

.secondary-navigation ul li {
	height: 42px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd
}

.search_li {
	float: right !important;
	border: none !important;
	width: 239px;
	border-bottom: none !important
}

.search_li #searchform {
	padding: 0;
	width: 100% !important
}

.search_li #searchform fieldset {
	padding: 0;
	width: 100%
}

.search_li #s {
	height: 24px;
	width: 200px;
	float: left;
	z-index: 1000;
	position: relative;
	padding: 8px 0;
	border-right: 0 !important
}

.search_li input[type="submit"] {
	height: 40px;
	width: 38px;
	padding: 0;
	margin: 0;
	background: url(../images/search2.png) center center no-repeat;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;
	cursor: pointer;
	position: relative;
	z-index: 100
}

.search_li #searchform input[type="submit"] {
	height: 42px;
	width: 38px;
	background: url(../images/search2.png) center center no-repeat #f25741
}

.search_li input[type="submit"]:hover {
	background-color: #222
}

.secondary-navigation a:hover {
	color: #fff;
	z-index: 1000;
	position: relative
}

.secondary-navigation ul li a:hover::after,
.secondary-navigation .sfHover .sf-with-ul::after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	z-index: 100
}

.secondary-navigation ul ul li {
	background: #f1f1f1 !important;
	border: none !important
}

#navigation ul ul li a,
.secondary-navigation ul ul li a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 0;
	border-bottom: 1px solid #DDD
}

.secondary-navigation ul li:first-child {
	border-left: 1px solid #ddd
}

.secondary-navigation a {
	font-size: 14px;
	color: #5a5a5a;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 20px 11px 20px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.secondary-navigation .sub-menu {
	top: 38px
}

.secondary-navigation a .sub {
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
	color: #9b9b9b
}

.secondary-navigation .sfHover .sf-with-ul {
	background: #709f01;
	color: #fff
}

#navigation ul ul li:first-child {
	border-top: 0 !important
}

#navigation ul ul li:first-child a {
	border-top: none !important
}

.top-navigation {
	display: block;
	float: right;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-top: 6px;
	margin-bottom: 15px
}

.top-navigation .sub-menu {
	top: 33px
}

.top-navigation #navigation {
	margin: 0 auto !important
}

.top-navigation a {
	font-size: 13px;
	color: #5a5a5a !important;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 20px !important;
	line-height: 18px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear
}

.top-navigation .current_page_item a {
	color: #555 !important
}

.top-navigation a .sub {
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
	color: #9b9b9b
}

.sf-js-enabled li a.sf-with-ul {
	padding-right: 25px
}

.sf-js-enabled li ul.sf-with-ul {
	padding-right: 20px
}

#navigation .sf-sub-indicator {
	display: block;
	width: 11px;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top: 22%
}

#navigation {
	margin: 7px auto 7px;
	float: left;
	width: 100%
}

#navigation select {
	display: none
}

#navigation ul {
	width: 100%;
	margin: 0 auto
}

#navigation ul li {
	float: left;
	position: relative
}

#navigation ul .header-search {
	float: right
}

#navigation>ul>li:last-child {
	border-right: 0
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
	float: left;
	overflow: hidden;
	float: left
}

#navigation>ul>.current a {
	background: transparent;
	color: #5a5a5a !important
}

#navigation ul li li {
	background: #f9f9f9;
	border: 0 solid #eee;
	border-bottom: 0
}

#navigation ul ul {
	position: absolute;
	width: 192px;
	padding-top: 0;
	z-index: 400;
	font-size: 12px;
	color: #798189;
	border-bottom: 3px solid #709f01;
	border-top: 4px solid #709f01
}

#navigation ul ul li {
	padding: 0;
	height: auto
}

#navigation ul ul a,
#navigation ul ul a:link,
#navigation ul ul a:visited {
	padding: 9px 20px;
	position: relative;
	width: 150px;
	background: transparent;
	margin: 0
}

#navigation ul ul li:first-child a {
	margin-top: 0
}

#navigation ul ul li:last-child a {
	border-bottom: 0
}

#navigation ul ul {
	opacity: 0;
	left: -999em
}

#navigation ul ul a:hover {
	color: white !important
}

#navigation ul li:hover ul {
	left: auto;
	opacity: 1
}

#navigation ul ul ul {
	top: -10px
}

#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li:hover ul ul ul ul {
	left: -999em;
	opacity: 0
}

#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li li li li:hover ul {
	opacity: 1;
	left: 192px
}

#page-header:after,
#navigation ul ul:after {
	border-style: solid;
	border-width: 3px;
	display: block;
	height: 0;
	position: absolute;
	width: 0
}

#navigation ul ul ul:after {
	border-color: transparent #282e33 transparent transparent;
	border-color: transparent rgba(14, 19, 22, 0.92) transparent transparent;
	left: -12px;
	top: 3px
}

main .content {
	margin-top: 20px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: justify
}

.article {
	width: 67.3%;
	float: left;
	margin-bottom: 10px;
	padding: 0
}

#content_box {
	float: left;
	width: 100%
}

#content {
	overflow: hidden
}

.slider-container {
	max-width: 685px;
	max-height: 350px
}

.flex-direction-nav a {
	color: #fff !important
}

.post {
	float: left;
	width: 100%
}

.single_post {
	background-color: #fff;
	width: 94.6%;
	padding: 2.5%;
	border: 1px solid #ddd;
	border-bottom-width: 3px
}

.single_page {
	padding-top: 0;
	background-color: white;
	width: 94.6%;
	padding: 2.5%;
	border: 1px solid #DDD;
	border-bottom-width: 3px
}

.post-content {
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.post-single-content {
	font-size: 14px;
	line-height: 22px
}

.readMore {
	float: right;
	color: #7b7a79;
	position: absolute;
	right: 0;
	bottom: 0
}

.readMore a {
	color: #fff;
	background-color: #777;
	width: 77px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	text-align: center;
	font-size: 12px
}

.readMore a:hover {
	color: #fff
}

.ss-full-width {
	background: white;
	margin-bottom: 30px;
	overflow: hidden;
	width: 94.8%;
	padding: 2.5%;
	border: 1px solid #DDD;
	border-bottom-width: 3px
}

.ss-full-width #content_box {
	padding-right: 0;
	padding-left: 0
}

.title_top {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 18px;
	margin-bottom: 15px
}

.title_top span {
	background: #f9f9f9;
	margin-left: 16px;
	padding-left: 4px;
	padding-right: 4px
}

.random_article .title_top span {
	min-height: auto;
	padding-bottom: 0;
	width: auto;
	margin-bottom: 0
}

.post.excerpt {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #f9f9f9;
	max-width: 685px;
	padding: 0 2.1% 15px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #dedede;
	width: 95.6%
}

.wp-post-image {
	float: left
}

.featured-thumbnail {
	float: left;
	max-width: 100%
}

#featured-thumbnail {
	float: left;
	margin-right: 2.4%;
	max-width: 200px
}

.title {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px;
	clear: both;
	padding-top: 20px
}

.ss-full-width .title {
	padding-top: 0
}

.single-title {
	padding: 0
}

.title a {
	color: #000
}

.post-info {
	display: block;
	font-size: 13px;
	color: #555;
	clear: both;
	width: 100%
}

.post-info a,
.post-info time {
	color: #222 !important
}

.info_rn {
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important
}

.title_rn {
	clear: both;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px
}

.latest_news_custom li {
	list-style: none outside none;
	padding: 15px 0 0
}

.big_p_item_left,
.big_p_item {
	width: 48%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #ddd;
	float: left;
	margin-right: 4%;
	position: relative
}

.small_p_item {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-right: 0
}

.small_p_item .small_p_item {
	width: 100%;
	display: block;
	clear: both;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px
}

.small_p_item .small_p_item:last-child {
	margin-bottom: 0;
	padding-bottom: 10px
}

.small_p_item .title_ln,
.pn_after .title_pn,
.title_ar {
	font-size: 16px;
	line-height: 1.15;
	text-transform: uppercase
}

.title_ln a,
.title_pn a,
.title_ar a {
	color: #222
}

.last_small_rn {
	border: none !important
}

.small_p_item .left {
	margin-right: 3%
}

.latest_posts {
	float: right;
	margin-top: 10px;
	font-style: italic
}

.big_p_item_left #featured-thumbnail {
	max-width: 313px;
	display: block;
	clear: both
}

.big_p_item_left .info_ln {
	display: block;
	clear: both;
	margin-bottom: 10px
}

.big_p_item_left {
	border-bottom: 0
}

.popular_news_post .title_ln,
.latest_news_custom .title_ln,
.random_news_custom .title_ln {
	margin-bottom: 6px
}

.big_p_item_left .title_ln {
	margin-top: 14px
}

.title_ln {
	line-height: 14px;
	margin-bottom: 0
}

.info_ln {
	overflow: hidden
}

.popular_news_post {
	width: 100%;
	float: left;
	min-height: 110px
}

.pn_first {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin-bottom: 25px;
	min-height: 335px;
	position: relative;
	padding-bottom: 15px
}

.pn_first .title_pn {
	margin-top: 10px
}

.pn_first .custom_meta {
	display: none
}

.popular_news_container #featured-thumbnail {
	max-width: 313px
}

.pn_first #featured-thumbnail {
	display: block;
	clear: both;
	margin: 0
}

.pn_first .info_pn {
	width: 100%;
	display: block;
	clear: both
}

.pn_after .left {
	margin-right: 3%
}

.pn_first .tab_meta {
	display: none
}

.custom_meta a,
.custom_meta {
	font-style: italic;
	color: #999;
	font-size: 12px
}

.big_p_item_left .featured-thumbnail,
.small_p_item .featured-thumbnail,
.popular_news_post .featured-thumbnail {
	background: #EEE;
	border: 1px solid #dfdfdf;
	max-width: 313px !important;
	padding: 3px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear
}

.big_p_item_left .featured-thumbnail:hover,
.small_p_item .featured-thumbnail:hover,
.popular_news_post .featured-thumbnail:hover {
	background: #fff
}

.title_pn {
	display: block;
	clear: both;
	margin-bottom: 0;
	line-height: 1
}

.title_pn,
.title_ln {
	color: #222;
	font-size: 18px;
	line-height: 1.4;
	text-transform: uppercase
}

.info_pn {
	margin-bottom: 25px;
	overflow: hidden
}

.pn_after .readMore {
	display: none
}

.pn_center {
	border-bottom: 1px dashed #DDD;
	margin-bottom: 25px
}

.popular_news_container {
	width: 48%;
	float: left
}

.popular_news_container2 {
	margin-left: 3%
}

.attachment-bigthumb {
	width: 100%
}

.random_article span {
	list-style: none;
	float: left;
	width: 31.3%;
	list-style: none;
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 3.0;
	max-width: 205px;
	position: relative;
	padding-bottom: 25px;
	min-height: 265px
}

.ra_last {
	margin-right: 0 !important
}

.random_article_post .attachment-randthumb {
	max-width: 197px !important
}

.random_article_post #featured-thumbnail {
	max-width: 197px !important
}

.random_article_post .featured-thumbnail {
	border: 1px solid #dfdfdf;
	padding: 3px;
	background: #eee;
	max-width: 197px !important
}

.random_article_post .readMore {
	margin-right: 5%
}

.title_ar {
	display: block;
	float: left;
	line-height: 1.15;
	width: 100%;
	padding-top: 14px;
	margin-bottom: 5px
}

.random_article_post .post-content {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0
}

.home article header,
.archive article header {
	margin-bottom: 10px
}

article header {
	margin-bottom: 40px;
	float: left;
	width: 100%
}

.post-info a {
	color: #919191
}

.article img.left,
.article img.alignleft,
.wp-caption.alignleft {
	margin: .3em 1.571em .5em 0;
	display: block;
	float: left
}

.article img.right,
.article img.alignright,
.wp-caption.alignright {
	margin: .3em 0 .5em 1.571em;
	display: block;
	float: right
}

.article img.center,
.article img.aligncenter,
.wp-caption.aligncenter {
	margin: .3em auto .5em auto;
	display: block
}

.article img.aligncenter,
.article img.alignnone {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block
}

.article ul {
	margin: .5em 0 1.571em 1.9em;
	list-style-type: circle
}

.article ol {
	margin: .5em 0 1.571em 1.9em;
	list-style-type: decimal
}

#searchform {
	padding: 0;
	float: left;
	clear: both;
	width: 100%
}

nav #searchform {
	float: right
}

nav #searchform fieldset {
	padding: 5px 0 5px 15px;
	border: 0;
	border-left: 1px solid #eee
}

#searchform fieldset {
	float: left
}

.sbutton {
	padding: 8px 12px 10px 12px;
	border: 1px solid #e8e5de !important
}

#s {
	width: 69.5%;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	float: left;
	color: #888;
	padding: 9px 0;
	border-right: 0;
	text-indent: 10px
}

#searchform input[type="submit"] {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;
	color: #fff;
	height: 35px;
	cursor: pointer;
	width: 30%;
	padding: 0;
	border: 0;
	float: right
}

.img_w300 img {
	max-height: 300px
}

.mrg10 {
	margin: 10px 0;
	display: inline-block
}

.graph {
	position: relative;
	z-index: 0;
	margin-top: 20px
}

.graph .graph-title {
	width: 100%;
	height: 22px;
	position: absolute;
	top: 30px;
	text-align: center;
	font-size: 20px;
	color: black;
	z-index: 10
}

.graph-bottom {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px
}

.graph img {
	max-width: 100%
}

.graph-right {
	text-align: justify;
	width: 146px;
	height: 26px;
	position: absolute;
	right: 18px;
	top: 87px;
	color: black;
	z-index: 10
}

.blue-square {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #5b9bd5;
	margin-right: 10px
}

.red-square {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ed7d31;
	margin-right: 10px;
	margin-left: 20px
}

.text h2.pod {
	color: #2d67c4
}

.sidebar input[type="submit"]:hover {
	background: #777
}

.sidebar h2 {
	font-size: 20px;
	margin-bottom: 10px
}

#widget_search #searchform {
	padding: 0
}

#widget_search #searchform {
	width: 100%
}

.footer-widgets fieldset,
#sidebars fieldset {
	width: 100%
}

.footer-widgets .sbutton,
#sidebars .sbutton {
	float: right;
	background-color: #f9f7f2;
	text-align: center
}

.sidebar .sbutton {
	padding-top: 10px
}

.breadcrumb {
	margin-bottom: 20px;
	line-height: 24px
}

#sidebars p {
	line-height: 20px
}

.sidebar.c-4-12 {
	float: right;
	width: 31.3%;
	line-height: 20px;
	max-width: 302px
}

.sidebar li img {
	max-width: 160px
}

.widget {
	margin-bottom: 27px;
	overflow: hidden
}

.widget a,
#tabber .inside li .meta a {
	color: #222
}

.widget .title {
	font-weight: bold;
	text-transform: uppercase;
	color: #545e68;
	font-size: 12px
}

.widget li {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 7px
}

.widget h3 {
	font-size: 20px;
	line-height: 18px;
	margin: 5px 0 14px
}

.advanced-recent-posts li,
.popular-posts li,
.category-posts li {
	list-style: none !important;
	margin: 0;
	overflow: hidden;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;
	color: #aaa;
	padding-left: 0;
	background: 0;
	margin-bottom: 10px
}

.advanced-recent-posts li {
	border-top: 1px dashed #ddd;
	padding-top: 10px
}

.advanced-recent-posts li:first-child {
	border-top: 0
}

.advanced-recent-posts p,
.popular-posts p,
.category-posts p {
	margin: 0
}

.category-posts a,
.advanced-recent-posts a {
	display: block
}

.popular-posts time {
	display: block
}

.share-item.facebookbtn,
.share-item.linkedinbtn,
.share-item.stumblebtn {
	width: 92px
}

.shareit {
	padding: 12px 10px 7px 10px;
	overflow: hidden;
	clear: both;
	background-color: #f2f2f2
}

.shareit .share-item {
	display: block;
	margin: 0;
	float: left;
	height: 25px
}

body>footer {
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	line-height: 20px
}

body>footer .footeText {
	width: 1020px;
	margin: 22px auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold
}

body>footer .footeText a {
	color: #fff;
	border-bottom: 2px solid #ee3f02
}

body>footer .widget {
	padding: 3px 0 0 0
}

body>footer .sidebar .widget .title {
	font-size: 135%;
	color: #d4d8db
}

footer {
	position: relative;
	background: #f25741;
	color: #fff;
	font-size: 16px;
	width: 69%;
	border: 1px solid #ddd;
	padding: 15px;
	float: left;
	margin-left: 16px;
	text-align: center
}

footer .container {
	background-color: #f9f9f9;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 3px solid #709f01
}

.footer-widgets {
	overflow: hidden;
	padding: 20px 2% 10px 2%;
	width: 96%;
	margin: 0
}

.footer-widgets h3 {
	padding-bottom: 5px;
	text-transform: uppercase
}

.f-widget {
	width: 30.6%;
	float: left;
	position: relative;
	color: #555;
	margin-bottom: 30px;
	margin-right: 4%
}

.copyrights {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 5px;
	padding-top: 12px;
	color: #ddd;
	border-right: 1px solid #709f01;
	border-left: 1px solid #709f01;
	margin-left: -1px
}

#copyright-note {
	width: 94.6%;
	margin: 0 auto;
	clear: both;
	max-width: 100%
}

#copyright-note a {
	color: #fff
}

#sidebars .wp-post-image,
footer .wp-post-image {
	margin-bottom: 0;
	margin-top: 4px;
	margin-right: 10px
}

.postsby {
	margin-bottom: 15px;
	font-size: 24px;
	text-transform: capitalize
}

.textwidget a:hover {
	color: #222 !important
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center
}

.img-left img {
	display: block;
	max-width: 200px
}

.img-right {
	float: right;
	text-align: center;
	margin: 5px 0 0 10px
}

.img-right img {
	max-width: 200px;
	display: block;
	margin: 0 auto
}

.img-cntr {
	display: block;
	margin: 0 auto
}

.clearfix {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}

a {
	color: #f25741
}

ul li.menu-item:hover {
	background-color: #f25741;
	transition: all .6s linear
}

img {
	max-width: 100%;
	height: auto
}

@media screen and (max-width:767px) {
	.mob-hidden {
		display: none
	}

	img {
		max-width: 100% !important
	}

	.img-right {
		margin: 0;
		margin-left: 10px
	}

	.burger {
		display: block;
		position: absolute;
		width: 30px;
		top: 33px;
		right: 15px
	}

	.w-normal {
		max-height: initial !important
	}
}

@media screen and (max-width:606px) {
	.img-left {
		width: 100%;
		text-align: center;
		float: none !important;
		margin: 20px 0 !important
	}

	.img-left img {
		display: inline
	}

	.img-right {
		width: 100%;
		margin: 0;
		margin-bottom: 20px
	}
}

@media screen and (max-width:580px) {
	.graph-right {
		display: none
	}

	.img-right img {
		display: block;
		margin: 0 auto
	}

	footer {
		text-align: center;
		float: none
	}
}

@media screen and (max-width:555px) {
	.graph .graph-title {
		width: 100%;
		height: 22px;
		position: absolute;
		top: -11px;
		text-align: center;
		font-size: 18px;
		line-height: 1.2;
		background: #fbfccb
	}

	.graph-bottom {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 14px;
		font-size: 12px;
		background: #fbfccb
	}
}

.username{
	display: block;
}

.username a{
	text-decoration: none;
	color: inherit;
}