@charset "utf-8";
/* CSS Document */
@import "bootstrap.css";
@import "template.css";
@import "modules.css";
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
* {
	padding:0;
	margin:0;
	}
p {
	padding: 0;
	margin:0 0 5px 0;
	text-align:justify;
	font-size:14px;
	line-height: 1.42857143;	
	}
a, img {
	border:none;
	}
.clr {
	display:block;
	clear:both;
	height:0;
	}
a {
	color:#0B9445;
	text-decoration:underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color:#8BC63F;
	text-decoration:none;
	}
h1, h2, h3, h4 {
	display:block;
	padding:0;
	margin:0;
	font-family: 'Comfortaa', cursive;
	color:#3E3A48;	
	}
h1 {
	font-size:28px;
	text-transform:uppercase;
	padding:5px 0 10px 0;	
	}
/******************************************************************/
.table {
	font-size:14px;
	background-color:#f7f7f7;
	text-align:center;
	}
.table td {
	border-left:1px solid #fff;
	}
.table td:nth-child(odd) {
	font-weight:bold;
	}
.table td:nth-child(even) {
	text-align:left;
	}
.table tr:nth-child(odd) {
	background-color:#ededed;
	}
/*.table tr:first-child td {
	font-weight:bold;
	background-color:#F6D014;	
	}*/