@charset "utf-8";

table{
    margin-bottom: 25px;
}
.container td p{
    margin-bottom: 5px;
}
input.m{
    width: 150px;
}
td li{
    float: left;
    width: 33.3%;
    width: calc(100% / 3);
}

input[type="radio"],
input[type="checkbox"]{
    margin-right: 3px;
}
.id{
    float: left;
    margin-bottom: 10px;
    padding: 2px 20px;
    background-color: #333;
    border-radius: 50px;
    color: #fff;
    font-size: 0.95em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
table.result{
    margin-bottom: 20px;
}
.result th{
    width: auto;
    white-space: nowrap;
}
.container .complete p{
    padding-right: 30px;
    padding-bottom: 0;
    text-align: center;
}
.complete .btn-top a{
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 5px;
    background-color: #87bb1e;
    border-radius: 5px;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.form-remarks textarea {
  height: 130px;
}

/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    td li{
        width: 50%;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    table.sp-table{
        border-left: 1px solid #c2c3c4;
        border-right: 1px solid #c2c3c4;
        border-bottom: 1px solid #c2c3c4;
    }
    .sp-table th,
    .sp-table td{
        border-bottom: none;
    }
    .sp-table th{
        padding: 3px 10px;
    }
    .sp-table th label,
    .sp-table th div{
        font-weight: bold;
    }
    .sp-table td{
        padding: 10px 10px;
    }
    .sp-table td li{
        width: 50%;
    }
}
/*-----------------------------------
clear
-----------------------------------*/
td ul{
    display: block;
    min-height: 1%;
}

td ul:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
