.bx_gray_rud{
    width: 40%;
    padding:30px;
    margin:10px auto;
}
.required::after{
    content:"*";
    color:red;
}

.comment {
    color:blue;
    font-size:14px;
    margin-bottom : 10px;
}
.signup-th {
    display:block;
    margin-right:30px;
}

#id_gender > li {
    margin-right:30px;
}

#id_final_degree > li {
    padding: 10px 0;
    font-size: 13px;
}
.prvc_info {
    font-size:14px;
}
body {background-repeat:repeat; background-size:cover;}

.postcode-btn{
    display:inline-block;
    margin:0 10px;
    border: 0;
    line-height: 2.5;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: grey;
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.heapBox.tb_sel{
    font-size:13px;
}
.degree-comment th, td{
    font-weight:normal;
    padding: 0px 30px 10px 0;
    font-size:12px;
    color:grey;
}

.bx_gray_rud_2 {
    width:670px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin: 10px auto;
}

#id_where_to_receive_mail > li {
    margin-right: 30px;
}