.NexgardTableContainer, 
.NexgardTableContainer div{width: 100%; float: left;color: #333;}
.NexgardTableContainer .TableTitle{font-size: 20px; padding-bottom: 20px; text-align:center;}
.NexgardTableContainer .TableTitle span{font-size: 35px;line-height: 40px;font-weight: 800; display: inline-block; width: 100%; padding-bottom: 10px;}
.NexgardTableContainer .TableContent{border: 0px solid #ddd;}
.NexgardTableContainer .TableContent a{color:#111 !important;}
.NexgardTableContainer .TableContent table {border-collapse: collapse;width: 100%;}
.NexgardTableContainer .TableContent th{font-size: 17px; width: 18%}
.NexgardTableContainer .TableContent th:first-child{width: 28%;}
.NexgardTableContainer .TableContent td:first-child{text-align: left; padding: 0 0 0 20px;}
.NexgardTableContainer .TableContent td, th {border: 1px solid #dddddd;text-align: left;padding: 8px; position: relative;text-align: center;}
.NexgardTableContainer .TableContent tr:nth-child(even) {background-color: #f2f5f6;}
.NexgardTableContainer .TableContent span{font-size: 25px; line-height: 25px; color: #00abec; font-weight: 800;}

@media only screen and (max-width:720px),(max-width:760px), (max-width:960px){
.NexgardTableContainer .TableTitle{font-size: 18px;}
.NexgardTableContainer .TableTitle span{font-size: 30px;line-height: 35px;}
.NexgardTableContainer .TableContent th{font-size: 16px; width: 17%}
.NexgardTableContainer .TableContent th:first-child{width: 32%;}
}

@media only screen and (max-width:500px),(max-width:580px){
.NexgardTableContainer .TableContent{overflow-y: scroll;}
.NexgardTableContainer .TableContent table {width: 600px;}
.NexgardTableContainer .TableTitle{font-size: 16px;}
.NexgardTableContainer .TableTitle span{font-size: 24px;line-height: 30px;}
.NexgardTableContainer .TableContent th{font-size: 16px; width: 17%}
.NexgardTableContainer .TableContent th:first-child{width: 32%;}
}