.screen-out-col{
	padding-top:40px;
	padding-bottom:40px;
	padding-right:20px;
	padding-left:20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
	box-shadow: 1px 1px 6px grey;
}
.screen-out-col h2{
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}



table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
  overflow: hidden;
}

table th,table td{
	  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}


table td{
	font-size: 14px;
	padding: 17px;
}

table td:nth-child(1){
	text-align: left;
}
table td:nth-child(2){
	text-align: left;
}
table td a{
	color: blue!important;
}

@media screen and (min-width: 700px){
	 table td:nth-child(2){
	font-size: 12px;
}
}

@media screen and (max-width: 700px) {
  table {
    border: 0;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    box-shadow: 2px 1px 6px #8b8080;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  table td:nth-child(1){
	text-align: right;
	background: #50ff5030;
} 
 table td:nth-child(2){
	text-align: right;
	background: #d8f7f9a8;
}
 table td:nth-child(3){
	text-align: center;
	background: #f6f9e3;
}

.screen-out-col{
	padding: 0px!important;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	border-radius: none;
	box-shadow: none;
}

.screen-out-col h2{
	margin-top:20px;
	font-size: 15px;
	background: lightgreen;
	padding: 10px 10px;
}

}

.tb-tl{
	padding: 16px 12px;
    background-color: #85be00;
    font-size: 15px;
    font-weight: bold;

}