@import '/css/lib.min.css';
@import '/css/main.min.css';

.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CADFCF;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
.bullet li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #DCC24B;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}

table.table-3 {
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
}
table.table-3 tr {
 background-color: #f8f8f8;
}

table.table-3 th,
table.table-3 td {
 text-align: left;
 padding: 8px;
 border: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
 table.table-3 {
 border: 0;
 }
 table.table-3 thead {
 border: none;
 clip: rect(0 0 0 0);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute;
 width: 1px;
 }
 
 table.table-3 tr {
 border-bottom: 1px solid #ddd;
 display: block;
 margin-bottom: 30px;
 }
 
 table.table-3 td {
 display: block;
 text-align: right;
 }
 
 table.table-3 td::before {
 content: attr(data-label);
 float: left;
 font-weight: bold;
 text-transform: uppercase;
 }
 
 table.table-3 td:last-child {
 border-bottom: 0;
 }
}


table.table-2 {
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
}
table.table-2 tr {
 background-color: #f8f8f8;
}
table.table-2 th, table.table-2 td {
 text-align: left;
 padding: 8px;
 border: 1px solid #ddd;
}

table.table-2 th{
 font-weight: bold;
}

@media screen and (max-width: 600px) {
 table.table-2 tr{
 display: block;
 }
 table.table-2 tr{
 margin-bottom: 30px;
 }
 table.table-2 th, table.table-2 td{
 display: block;
 text-align: center;
 }
}