@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
    color: #777;
}
.style5 {
    
    color: #777!important;
}
.header {
	min-height: 10px;
}
.logo {
	min-height: 40px;
	margin-left: 30px;
	/*background-color: #444;*/
	padding: 3px 20px 3px 0px;
}
.footer {
	
	height: 25px;
	text-align: center;
	padding-top: 10px;
	margin: 10px -7px 0px -7px;
}
.footer a {
	background-color: #444;
	padding: 10px 15px 10px 15px;
	color: #fff;
	margin-left: 3px;
	text-decoration: none;
	    text-transform: uppercase;
}
h1 {
	font-size: 18px;
    line-height: 1.2;
	text-align: center;
        font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h2 {
	font-size: 14px;
	text-align: center;
           font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.peleks {
	color: #777777;
	text-align: center;
	font-size: 80%;
}
.container {
	margin-top: 0px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
table {
	
	background-color: #e6e6e6;
	width: 100%;
        color: #777;
}

tr:first-child td {
    text-transform: uppercase;
    padding: 13px 3px 13px 3px;
}


th, td {
	padding: 10px 3px 10px 3px;

	text-align: left;
	font-size: 13px;
}
tr {
    background-color: #fbfbfb;
                -webkit-transition-duration: .2s;
    transition-duration: .2s;
    
}

tr:hover {
	background-color: #e8e8e8;
        
}
tr:nth-child(even) {
	background-color: #f2f2f2;
            -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
tr:nth-child(even):hover {
	background-color: #e8e8e8;
}

@media only screen and (max-width: 700px) {
.header {
	margin: 0px -7px 0px -7px;
}
th, td {
	padding: 6px 3px 6px 3px;
	text-align: left;
	font-size: 13px;
}
th, td {
	font-size: 2vw;
}
}
