HTML CSSResult Skip Results Iframe
EDIT ON

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table tr {
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}
.table tr th,
.table tr td {
    padding: 10px 10px;
    vertical-align: top;
}
.table tr th {
    width: 100%;
    font-weight: bold;
    background: #F2F2F3;
}
.table tr td {
    width: auto;
}

.table td:first-child {
  padding-left: 0;
}
.table td:last-child {
  padding-left: 0;
}



@media screen and (max-width: 767px){
.table tr th,
.table tr td {
    display: block;
    width: 100%;
}
}


/*  */
*{
  box-sizing: border-box;
}
body{
  margin: 30px 40px;
}


