@charset "UTF-8";
/* CSS Document */
table.speclist1 {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: .8em;
}
 
table.speclist1 th,
table.speclist1 td {
    padding: 25px;
}
 
table.speclist1 th {
    background: #0972b4;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.speclist1 td {
	color: #000;
    background: #f8f8f8;
    width: 70%;
    padding-left: 20px;
    text-align: left;
}





table.speclist2 {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: .8em;
}
 
table.speclist2 th,
table.speclist2 td {
    padding: 25px;
}
 
table.speclist2 th {
    background: #09B7AA;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 

 
table.speclist2 td {
    color: #000;
    background: #f8f8f8;
    width: 70%;
    padding-left: 20px;
    text-align: left;
}



table.speclist3 {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: .8em;
}
 
table.speclist3 th,
table.speclist3 td {
    padding: 25px;
}
 
table.speclist3 th {
    background: #b70986;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 

 
table.speclist3 td {
    color: #000;
    background: #f8f8f8;
    width: 70%;
    padding-left: 20px;
    text-align: left;
}

@media screen and (max-width:768px) {

	table.speclist1 th, table.speclist1 td {
    padding: 20px 0;
}

	table.speclist1 th {
    background: #0972b4;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    display: block;
}

table.speclist1 td {
	color: #000;
    background: #f8f8f8;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    display: block;
}

    table.speclist2 th, table.speclist2 td {
    padding: 20px 0;
}

    table.speclist2 th {
    background: #09B7AA;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    display: block;
}

table.speclist2 td {
    color: #000;
    background: #f8f8f8;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    display: block;
}

    table.speclist3 th, table.speclist3 td {
    padding: 20px 0;
}

    table.speclist3 th {
    background: #b70986;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    display: block;
}

table.speclist3 td {
    color: #000;
    background: #f8f8f8;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    display: block;
}


	}