.table7 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0px solid #ddd;
}
.table7 th, td {
	font-size: 13px;
	font-weight: 500;
    text-align: left;
}
.table7 th {
	color: #fff;
	font-size: 10px;
	font-weight: 500;
    border: 3px solid #fff;
}
.table7 td {
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 7px 10px;
}
.table7 h {
    font-size: 12px;
    text-align: center;
    padding: -7px -10px;
}
.table7 disclaimer {
    font-size: 8px;
    margin: 5px 5px;
}

@media screen and (max-width: 1000px) {
    .table7 td h {
    font-size: 12px;
    padding: -7px -10px;
    }
}
.table7 td:nth-child(n+2) {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #fff;
} 
/*
.table7 td:last-child {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 7px 5%;
    border: 1px solid #ededed;
} 
*/
.table7 tr:nth-child(-n+1) {
    background-color: #ededed;
    color: #666;
    text-align: center;
} 
.table7 tr:nth-child(2n+2) {
    background-color: #e5e5e5;
    color: #666;
    text-align: center;
} 
.table7 tr:nth-child(2n+3) {
    background-color: #f4f4f4;
    color: #666;
    text-align: center;
} 
.check-green {
    font-size: 18px;
    color:#339933;
    margin-bottom:-4px;
    padding:0px 15px;
}
/*
.table7 tr:nth-child(-n+1) {
    background-color: #ededed;
    color: #29265b;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition:  all .2s linear;
    transition: all .2s linear;
} 
.table7 tr:nth-child(2n+2) {
    background-color: #ceebfa;
    color: #29265b;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition:  all .2s linear;
    transition: all .2s linear;
} 
.table7 tr:nth-child(2n+3) {
    background-color: #abdbf5;
    color: #29265b;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition:  all .2s linear;
    transition: all .2s linear;
} 

.table7 tr:nth-child(-n+1):hover {
    background-color: #ededed;
    color: #fff;
}
.table7 tr:nth-child(2n+2):hover {
    background-color: #82C341;
    color: #fff;
}
.table7 tr:nth-child(2n+3):hover {
    background-color: #82C341;
    color: #fff;
}
*/