/* @override 
	http://www.iperbaricobolzano.it/wp-content/themes/iperbarica/style.css */

/*
Theme Name: Iperbarica
Author: Giuseppe Di Tommaso
*/

/* @group Plugins */

.wpcf7 div{
	float:left;
	margin-right: 20px;
}

.wpcf7 input {
	padding: 5px;
	border: 0px solid ;
	width: 173px;
	margin-top: 3px;
	margin-bottom: 8px;
	background: #ebeced;
	
	-moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
	box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.35);

}

 .wpcf7 .cap input{
	width: 99px;
}

.wpcf7 textarea{
	border: 0px solid ;
	width: 505px;
	padding: 5px;
	margin-top: 3px;
	height: 120px;
	background: #ebeced;
	
	-moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
	box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
}

.wpcf7 input.wpcf7-acceptance {
	width: auto;
	margin-right: 10px;
}

.wpcf7 input.wpcf7-file {
	padding: 5px 5px 5px 0;
	margin-top: 5px;
	border: 1px none ;
}

.wpcf7 input.wpcf7-submit {
	display: block;
	padding: 5px;
	border: 0px solid;
	text-align: center;
	text-decoration: none;
	width: 100px;
	background: #006ab3;
	color: #fff;
	font: 14px/18px 'Roboto', sans-serif;
	text-transform: uppercase;
	-moz-box-shadow: inset 0px 0px 0px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0px 0px 0px 0 rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 0px 0px 0 rgba(0, 0, 0, 0.35);
}

.wpcf7 .submit{
	clear: both;	
}

.wp-pagenavi {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #d3d3d3;
	padding-top: 20px;
	margin-top: 25px;
	text-align: center;
}.wp-pagenavi .current {
	font-weight: bold;
}.wp-pagenavi .pages {
	margin-right: 20px;
}



/* @end */

/* @group Layout */
* {
    outline: none;
}

body
 {
	margin: 0;
	padding: 0;
	background: url(images/bg-site.jpg) repeat-x left top #043874;
	font: 12px/18px 'Roboto', sans-serif;
	color: #545454;
}

.clear {
	clear: both;
}

.column {
	float: left;
}

* {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}
.alignright {
	float: right;
	margin-left: 10px;
	clear: right;
}

.alignleft {
	float: left;
	margin-right: 10px;
	clear: left;
}

header, footer, aside, figure, hgroup, nav, section, time, figcaption, article {
	display: block;
}

fieldset {
	border-style: none;
	padding: 0;
}

a img
{
	border: none;
}

nav ul {
	list-style-type: none;
}

strong{
	color: #020202;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-weight: normal;
	font-style: normal;
}

strong, .blue{
	color: #006ab3;
}

em strong{
	font-weight: bold;
	font-style: italic;
	color: #010101;
}

h1, h1 a, h2, h2 a{
	color: #006ab3;
	font: italic 25px 'Vollkorn', serif;
}

h1 a:hover, h2 a:hover{
	color: #0386e0;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #006ab3;
}

a.active {
}

div.page {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}

/* @group header */

#top_menu{
	background: url(images/bg-mainmenu.png) repeat-x;
	position: fixed;
	z-index: 1000;
	left: 0;
	height: 57px;
	right: 0;
	top: 0;
}

aside#side {
	width: 194px;
	float: left;
}

.logo{
	height: 344px;
	background: #046cb5;
	margin-bottom: 20px;
}

.logo a{
	background: url(images/centro-iperbarico-bolzano.jpg) no-repeat center top #046cb5;
	width: 194px;
	/*height: 344px;*/
	overflow: hidden;
	text-indent: -9999px;
	/*margin-bottom: 14px;*/
	display: block;
	height: 215px;
	margin-bottom: 30px;
}

.de .logo a{
	background: url(images/HBO-zentrum-bozen.jpg) no-repeat center top #046cb5;
}

.logo p{
	font-size: 11px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

header.page {
	width: 100%;
	background: url(images/bg-slideshow.png) center 47px;
	height: 399px;
}

header.page h2 {
	float: left;
}

header.page h2 a {
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	width: 180px;
	height: 90px;
	background-color: #131313;
}



/* @end */

/* @group content */

#container{
	margin-top: -352px;
}

section#content {
	width: 782px;
	float: right;
	padding: 10px 10px 30px;
	background-color: #fff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.41);
	margin-top: 134px;
	position: relative;
	min-height: 570px;
}

section#content aside{
	width: 237px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

section#content aside img{
	margin-bottom: 4px;
}

section#content article{
	width: 535px;
}

section#content article p{
	margin-bottom: 20px;
}

section#content article h1, section#content article h2{
	margin-top: 10px;
	margin-bottom: 12px;
}

section#content article li{
	list-style: none;
}

/* @end */

/* @group Sidebar */

/* @group Search */

#search_form{
	margin-top: 0;
	margin-bottom: 18px;
}

#search_form input[type="text"]{
	line-height: 14px;
	width: 95px;
	padding: 2px 4px;
	margin-left: 10px;
	color: #595959;
}

#search_form input[type="submit"]{
	border: none;
	background: url(images/sprite.png) no-repeat left 2px transparent;
	color: #595959;
	font-size: 12px;
	padding-left: 16px;
	margin-left: 4px;
	cursor: pointer;
}

/* @end */

/* @group News roll */

#news_roll{
	margin-left: 10px;
	margin-right: 8px;
}

#news_roll h3{
	color: #e2001a;
	font: 18px/20px 'Vollkorn', serif;
	border-bottom: 1px solid #e2001a;
	margin-bottom: 0;
}

#news_roll li{
	border-bottom: 1px solid #e2001a;
	list-style: none;
	color: #010101;
	text-transform: uppercase;
	font: bold 11px/13px 'Vollkorn', serif;
	margin-top: 7px;
}

#news_roll li a{
	color: #e2001a;
	text-decoration: none;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	text-transform: none;
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}

#news_roll li a span{
	font-weight: bold;
	text-decoration: underline;
}

#news_roll a.archivio{
	color: #e2001a;
	text-decoration: none;
	font: bold 11px/20px 'Vollkorn', serif;
	text-transform: uppercase;
	background: url(images/sprite.png) no-repeat 0 -19px;
	padding-left: 18px;
	float: left;
	margin-top: 4px;
	
}

#news_roll a.archivio:hover, #news_roll a.archivio.active{
	color: #fff;
	background-position: 0 -42px;
}

/* @end */

/* @group Indicazioni asl */

#indicazioni_asl{
	margin-left: 10px;
	margin-right: 8px;
	clear: both;
	color: #fff;
}

#indicazioni_asl h4{
	background-color: #e2001a;
	float: left;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6px 10px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.70);
	-moz-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.70);
	box-shadow:         0px 1px 3px rgba(0, 0, 0, 0.70);
	margin-top: 22px;
	margin-bottom: 3px;
}

#indicazioni_asl h4 a{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

#indicazioni_asl p{
	float: left;
	margin-left: 10px;
}

/* @end */

/* @group Carta servizi */

#carta_servizi{
	margin-left: 10px;
}

#carta_servizi a{
	float: left;
	width: 100%;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6px 10px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.70);
	-moz-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.70);
	box-shadow:         0px 1px 3px rgba(0, 0, 0, 0.70);
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
	background: url(images/sprite.png) no-repeat 149px -94px #e2001a;
}

/* @end */


/* @end */

/* @group navigation */

nav#navigation {
	width: 802px;
	float: right;
	height: 47px;
}

nav#navigation ul {
	font-size: 0;
}

nav#navigation ul li {
	display: inline-block;
}

nav#navigation a {
	width: 81px;
	height: 47px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	color: #006ab3;
	text-decoration: none;
	line-height: 15px;
	/*text-transform: lowercase;*/
	padding: 0 25px;
	background: url(images/sep-mainmenu.png) no-repeat right top;
	font-weight: normal;
	font-style: normal;
}

.de nav#navigation a {
	padding: 0 21px;
}

nav#navigation li:last-child a {
	background: url(none);
}

nav#navigation li a:hover, nav#navigation li.current-menu-item > a, nav#navigation li.current-menu-parent > a, nav#navigation li:hover > a {
	color: #fff;
	background: url(images/bg-mainmenu-hover.jpg) #006bb3;
}

nav#navigation h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}

nav#navigation .sub-menu{
	position: absolute;
	background-color: #006ab3;
	display: none;
	padding: 8px 0px;
}

nav#navigation .sub-menu li, nav#navigation li:hover > .sub-menu{
	display: block;
}

nav#navigation .sub-menu li a{
	text-align: left;
	font-size: 13px;
	color: #91d2f7;
	padding: 0px 8px;
	width: auto;
	min-width: 131px;
	display: block;
	height: auto;
	line-height: 20px;
	text-transform: none;
	background-image: url("none");
}

nav#navigation .sub-menu li a:hover, nav#navigation .sub-menu li.current-menu-item > a{
	color: #fff;
	background-image: url("none");
}


/* @end */

/* @group Language */

div.language{
	width: 194px;
	float: left;
	text-align: center;
	height: 47px;
	background: url(images/sep-lingua.jpg) no-repeat center;
}

div.language li{
	list-style: none;
	display: inline-block;
	margin-left: 7px;
	margin-right: 3px;
	margin-top: 1px;
}

div.language ul li a {
	color: #a1a2a2;
	text-transform: uppercase;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 47px;
}

div.language ul li a.active, div.language ul li a:hover {
	color: #006ab3;
	text-transform: uppercase;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 47px;
}

/* @end */

/* @group Slideshow */

#slider li{
	width: 783px;
	height: 273px;
	list-style: none;
}

#content ol#controls{
	position: absolute;
	top: 14px;
	right: 10px;
}

#content ol#controls li{
	margin: 0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height: 28px;
}
#content ol#controls li a{
	float:left;
	height: 14px;
	line-height: 28px;
	border:1px solid #fff;
	background:#fff;
	color:#555;
	padding: 0;
	text-decoration:none;
	text-indent: -999px;
	width: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

#content ol#controls li.current a{
	background:#006ab3;
	color:#006ab3;
	border-color: #006ab3;
	
}



/* @end */

/* @group Slideshow Flexslider */

.flexslider {
	margin: 0; 
	background: #fff; 
	border: 0px solid #fff; 
	position: relative;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
	box-shadow: 0 0px 0px rgba(0,0,0, 0); 
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0, 0); 
	-moz-box-shadow: 0 0px 0px rgba(0,0,0, 0);
	-o-box-shadow: 0 0px 0px rgba(0,0,0, 0); 
	zoom: 1;
}

.flex-control-nav {
	width: auto; 
	position: absolute; 
	top: 7px;
	right: 7px; 
	text-align: center;
}

.flex-control-nav li {
	margin: 0 4px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}

.flex-control-paging li a {
	width: 16px;
	height: 16px; 
	display: block; 
	background: #fff; 
	background: rgba(255,255,255,0.9); 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #006ab3; 
	/*background: rgba(224,109,16,0.7);*/
}

.flex-control-paging li a.flex-active {
	background: #006ab3;
	/*background: rgba(224,109,16,0.9);*/
	cursor: default;
}

/* @end */


/* @group footer */

footer.page {
	clear: both;
	background-color: #033875;
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
}

footer.page p {
	width: 996px;
	margin: 0 auto;
}

footer a{
	color: #fff;
	text-decoration: underline;
}

footer a:hover{
	color: #fff;
	text-decoration: none;
}

footer.page p span{
	text-align: center;
	width: 802px;
	color: #fff;
	margin-left: 194px;
	font: 10px/27px 'Roboto', sans-serif;
	font-weight: 500;
	display: block;
}



/* @end */



/* @end */

/* @group Pages */

/* @group Accordion */

#content span.ui-icon {
	display : block;
	float: left;
	width: 19px;
	height: 19px;
	margin-right: 8px;
}

#content .ui-icon { 
	width: 19px; 
	height: 19px;
	background: url(images/accordion-open.png) 0 0;
}

#content .ui-icon-triangle-1-e { 
	background: url(images/accordion-close.png) 0 0;
}

#content .wpui-light h3.ui-collapsible-header.ui-state-active, #content .wpui-light .ui-accordion h3.ui-accordion-header.ui-state-active {
	background: url(images/accordion-line.png) repeat-x right bottom #fff;
	color: #7d7d7d;
	border: 0px solid #D2D2D2;
	text-shadow: 0 0px 0 #FFF;
	border-radius          : 0;
	-moz-border-radius     : 0;
	-webkit-border-radius  : 0;
	-webkit-border-radius  : 0;
	border-bottom: 0px;
	font: italic 18px/20px 'Vollkorn', serif;
}

#content .wpui-light .ui-collapsible-content,
#content .wpui-light .ui-accordion .ui-accordion-content {
	color: #545454;
	background: #ededed;
	border: 1px solid #ededed;
	font-size: 12px;
	line-height: 18px;
}

#content .wpui-light .ui-collapsible-header,
#content .wpui-light .ui-accordion h3.ui-accordion-header {
	border-radius          : 0px;
	-moz-border-radius     : 0px;
	-webkit-border-radius  : 0px;
	-webkit-border-radius  : 0px;
	font: italic 18px/20px 'Vollkorn', serif;
    background: #fff;
	padding: 4px 10px;
	color: #7d7d7d;
	border: 0px solid #A2A2A2;
	text-shadow: 0 0px 0 #FFF;
	background: url(images/accordion-line.png) repeat-x right bottom #fff;
}

/* @end */

/* @group Aside */

#content aside nav.sub-menu {
	padding: 30px 4px 20px;
	background: url(images/submenu-arrow.png) no-repeat 195px -1px #033874;
	color: #91d2f7;
}

aside .sub-menu li a{
	display: none;
	color: #91d2f7;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	/*letter-spacing: -1px;*/
}

aside .sub-menu li a:hover, .children li.current_page_item a{
	color: #fff;
}

aside .sub-menu li.current_page_item a{
}

aside .sub-menu .current_page_item .children li a, aside .sub-menu .current_page_parent .children li a{
	display: block;
}

aside .sub-menu.corsi .children li.page-item-203 a, aside .sub-menu.corsi .children li.page-item-205, aside .sub-menu.corsi .children li.page-item-207, aside .sub-menu.corsi .children li.page-item-209, aside .sub-menu.corsi .children li.page-item-211, aside .sub-menu.corsi .children li.page-item-307, aside .sub-menu.corsi .children li.page-item-562 a, aside .sub-menu.corsi .children li.page-item-503 a, aside .sub-menu.corsi .children li.page-item-505 a, aside .sub-menu.corsi .children li.page-item-699 a, aside .sub-menu.corsi .children li.page-item-701 a{
	display: none;
}

aside .sub-menu.pubblicazioni{
	margin-top: 10px;
}

aside .sub-menu.pubblicazioni .children li.page-item-199 a, aside .sub-menu.pubblicazioni .children li.page-item-201 a, aside .sub-menu.pubblicazioni .children li.page-item-499 a, aside .sub-menu.pubblicazioni .children li.page-item-501 a{
	display: none;
}

.sub-menu .page-item-209{
	display: none;
}


aside .cross_button a{
	background: #91d2f7 url(images/submenu-arrow.png) no-repeat 195px -1px;
	padding: 20px 4px 20px;
	color: #033874;
	display: block;
	margin-top: 10px;
}

aside .cross_button a:hover{
	background-color: #e2001b;
	color: #fff;
}

.gallery li{
	list-style: none;
}


.corso-evidenza{
	margin-top: 10px;
	border: 1px solid #e2001a;
}

.corso-evidenza h3{
	font: bold 15px/35px 'Vollkorn', serif;
	text-transform: uppercase;
	background-color: #e2001a;
	color: #fff;
	padding-left: 10px;
	margin-bottom: 13px;
}

.corso-evidenza p{
	padding: 10px;
}

.corso-evidenza p.info{
	color: #050505;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.corso-evidenza p.pdf, .corso-evidenza p.iscriviti{
	line-height: 32px;
}

.corso-evidenza p.pdf{
	padding-bottom: 0;
}

.corso-evidenza p.iscriviti{
	padding-top: 0;
}

.corso-evidenza .icon{
	background: url('images/sprite-corsi.png') no-repeat -46px -49px;
	width: 27px;
	height: 28px;
	display: block;
	float: left;
	margin-right: 5px;
}
.corso-evidenza .iscriviti .icon{
	background: url('images/sprite-corsi.png') no-repeat -80px -51px;
}

/* @end */

/* @group Lista medici esterni */

.medici-list{
	margin-top: 20px;
	width: 537px;
}

.medici-list hr{
	clear: both;
	border: 0px none;
	background: url(images/dotline-orr.png) repeat-x left top;
	height: 2px;
	margin-right: 10px;
	margin-left: 10px;
}

.medico{
	width: 229px;
	float: left;
	padding: 10px 20px;
}

.medico.one{
	background: url(images/dotline-vert.png) repeat-y top right;
}

.medico.two{
	background: url(images/dotline-vert.png) repeat-y top left;
	margin-left: -2px;
}

div.medico h3 {
	color: #033874;
	font: bold 12px 'Roboto', sans-serif;
}


/* @end */

/* @group Lista corsi */

div.corso h3{
	color: #006ab3;
	font: italic 15px 'Vollkorn', serif;
}

.corso{
	width: 535px;
	background: url(images/accordion-line.png) repeat-x right bottom #fff;
	padding: 20px 5px;
}

.corso.active{
	background: #efefef url(images/accordion-line.png) repeat-x right bottom;
}


.corso .show-info .icon, .article-list .show-info .icon{
	background: url('images/sprite-corsi.png') no-repeat -127px -20px;
	width: 10px;
	height: 10px;
	margin-top: 3px;
	display: block;
	float: left;
	margin-left: 364px;
	margin-right: 5px;
}

.corso a.show-info, .article-list .show-info{
	color: #033874;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	/*text-align: right;*/
	display: block;
}

.corso a.show-info:hover, .corso.active a.show-info, .article-list .show-info:hover, .article-list article.active .show-info{
	color: #757575;
}

.corso.active .show-info .icon, .article-list article.active .show-info .icon{
	background-position: -127px -58px;
}

.corso .more-info{
	display: none;
	margin-top: 10px;
}

.corso .more-info p.iscritti, .corso .more-info p.pdf, .corso .more-info p.iscriviti{
	float: left;
	margin-right: 22px;
	line-height: 32px;
	margin-top: 15px;
}

.corso .more-info .icon{
	background: url('images/sprite-corsi.png') no-repeat -10px -9px;
	width: 27px;
	height: 28px;
	display: block;
	float: left;
	margin-right: 5px;
}

.corso .pdf .icon{
	background: url('images/sprite-corsi.png') no-repeat -45px -9px;
}

.corso .iscriviti .icon{
	background: url('images/sprite-corsi.png') no-repeat -80px -9px;
}

/* @end */

/* @group Testi e articoli proposti */

.pubblicazioni_list{
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 245px;
	float: left;
}

article .pubblicazioni_list a{
	color: #033874;
	font: 11px/35px 'Roboto', sans-serif;
	text-transform: uppercase;
	background: url('images/ico-download-pdf.png') no-repeat right top;
	display: inline-block;
	padding-right: 30px;
}

.pubblicazioni_list h3{
	color: #006ab3;
	font: italic 15px 'Vollkorn', serif;
}

.ico-testo{
	width: 37px;
	height: 38px;
	display: block;
	background: url('images/ico-testi.png') no-repeat left top;
	margin-bottom: 10px;
}

.ico-articoli{
	width: 32px;
	height: 43px;
	display: block;
	background: url('images/ico-articoli.png') no-repeat left top;
	margin-bottom: 10px;
}

/* @end */

time{
	float: right;
	font: italic 15px 'Vollkorn', serif;
	color: #006ab3;
	margin-top: 10px;
}

.article-list article{
	width: 535px;
	background: url(images/accordion-line.png) repeat-x right bottom #fff;
	padding: 20px 5px 5px;
}

.article-list article.active{
	background: #efefef url(images/accordion-line.png) repeat-x right bottom;
}

.article-list time{
	margin: none;
	float: none;
	display: inline;
}

.article-list h3{
	font: italic 15px 'Vollkorn', serif;
	color: #006ab3;
}

.article-list .content{
	display: none;
}

.article-list .lancio{
	display: block;
}

.article-list article.active .content{
	display: block;
}

.article-list article.active .lancio{
	display: none;
}

/* @end */
 
span.toggle_text{
	height: 24px!important;
}

table{
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table#terapia{
	border-left: 0px none;
	margin: 10px 0px 20px;
}

table#terapia td, table#terapia th{
	border-left: 1px solid #ccc;
}

table tr{
	background: #dbdbdb;
	margin-bottom: 1px;
}

table td, table th{
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

table th{
	font-size: 15px;
	color: #033874;
	padding: 8px;
}

table td strong{
	color: #033874;
}