input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#tel-no {
    display: block;
}

.check-label {
    margin-left: 5px;
}

span.txt-no-wrap {
    white-space: nowrap;
}

h1 {
    text-align: center;
    color:#f1284e;
    margin: 50px 0px 50px 0px;
    font-size: 28px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.main-result{
    font-family: 'Mitr-Regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    margin: 12px;
    font-weight: normal;
}

.block-centered {
    float: none;
    margin: 0 auto;
    margin-top: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 1px solid #ccc;
    padding: 40px;
    box-shadow: 5px 5px 5px #ccc;
}

.form-group {
    margin-bottom: 30px;
}

.alert-warning {
    font-weight: bold;
}

ol {
    margin-left: 30px;
}

h6 {
    font-size: 18px;
    font-weight: normal;
    color: #8a6d3b;
}

.block-part {
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 25px;
}

.result-detail {
    font-size: 16px;
    line-height: 35px;
    /* text-align: center; */
    padding-top: 20px;
}

.color-low {
    color: #009966;
}

.color-medium {
    color: #f8991d;
}

.color-high {
    color: #ed1c24;
}

table.note td {
    text-align: left;
    padding: 0px 5px 0px 5px;
}

table.note td:first-child {
    text-align: center;
}

.txt-left{
    text-align: left !important;
}

input[type=radio] {
    cursor: pointer;
}

.end-result-page{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border: 2px solid #2cc185;
    background: #c6ffe8;
    color: #2cc185;
}
.end-result-page a:hover{
    text-decoration: underline;
}

.head-insert-tel{
    font-family: 'Mitr-Regular',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:20px;
    font-weight: normal;
    color:#f1284e;
    margin-bottom: 10px;
}
select,option{
    font-weight: bold;
}
select{
    border:none;
    background-color: #eee;
    height: 40px;
    padding: 0px 10px 0px 10px;
}
option{
    background-color: white;
}
a.depress-link{
    color: #f1284e;
    text-decoration: underline;
}
