/*terms////////////////////////////////////*/

body.terms .sec-terms {
  padding-top: 80px;
}

@media (max-width: 959px) {
  body.terms .sec-terms {
    padding-top: 60px;
  }
}

@media (max-width: 639px) {
  body.terms .sec-terms {
    padding-top: 40px;
  }
}


body.terms main h2{
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 1em;
}
body.terms main h3{
    font-size: .9em;
    font-weight: 200;
    margin-bottom: .8em;
}

body.terms main p{
    font-size: .85em;
    margin-bottom: 1.5em;
}

body.terms .cont{
    margin-bottom: 80px;
}
/*table*/
table.terms_t , table.terms_t td, table.terms_t th {
	border: 1px solid #3B4733;
	border-collapse: collapse;
    font-size: .85em;
    font-weight: 100;
    padding: .5em;
}
td, th {
	padding: 1em;
	width: auto;
	height: auto;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

