<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>

a {
	color: #D99735;
}

p {
	color:#6C798B;
	font-size:15px;
	font-family:'Lato';
	text-align: center;
}

h1 {
  font-size: 30px;
  line-height: 107%;
  font-family: 'Lato';
  color: #D99735;
  font-weight: 400;
  text-align: center;
}

img {
  border-radius: 50%;
  width: 20px;
  height: 10px;
}

.margin-top {
  margin-top: 20px;
}

.printButton {
  background-color: #D99735;
  color: white;
  font-family: 'Lato';
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  float: right;
  display: none;
}

.tableTop {
  color:#D99735;
  font-size:25px;
  font-weight:700;
  font-family: 'Lato';
}

.tableTiers {
  color:#03364A;
  font-size:15px;
  background-color: #F2F2F2;
  border-radius: 15px 15px 0px 0px;
  border: 3px solid white;
  font-family: 'Lato';
  text-align: center;
}

.Col1 {
	width:6%;
}

.Col2 {
	width:50%;
}

.Col3 {
	width:11%;
}

.Col4 {
	width:11%;
}

.Col5 {
	width:11%;
}

.Col6 {
	width:11%;
}

.tableSide {
  text-orientation: mixed;
  writing-mode: sideways-lr; 
  background-color: #03364A;
  color: white;
  font-family: 'Lato';
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.collapsible {
  cursor: pointer;
}

.content {
  padding: 0 18px;
  padding-bottom: 25px;
  display: none;
  overflow: hidden;
}

.smtx {
	font-size:10px;
}

table {
  border: 0px none #D3D3D3;
  border-collapse: collapse;
  width:100%;
  text-align: left;
  font-family: 'Lato';
}


table tr td {
  color:#6C798B;
  font-size:15px;
  font-weight:400;
  font-style:none;
  text-decoration:none;
  font-family:'Lato';
  text-align:general;
  vertical-align:bottom;
  height:15.0pt;
  border: 0px none #D3D3D3;
  border-collapse: collapse;
  padding: 10px;
  
}

small {
	font-size:10px;
}

/* tr:nth-child(4n-1) if you want the descriptions white 
tr:nth-child(4n-1) {
  background-color: #F2F2F2;
}
tr:nth-child(4n) {
  background-color: #F2F2F2;
}*/

:nth-child(2n of .mainRows), :nth-child(2n of .subRows) {
  background-color: #F2F2F2;
}