@charset "utf-8";
/* CSS Document */
.table_title{
    background: #0489bf;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: Poppins SemiBold;
}
.normal_table{
    border: 1px solid #e1e9f2;
    width: 100%;
}
.normal_table tr th{
    border-right: 1px solid #d4e1ef;
    border-bottom: 1px solid #d4e1ef; 
}
.normal_table tr th p{
    font-size: 18px;
    padding-left: 30px;
    font-family: Poppins SemiBold;
}
.normal_table tr td p {
    line-height: 30px;
	padding: 10px 0px;
}
.normal_table tr td{
    padding-left: 30px;
    border-right: 1px solid #d4e1ef;
    border-bottom: 1px solid #d4e1ef;
}
.normal_table tr{line-height: 60px;}
.normal_table tr:nth-of-type(2n){
    background: #f3f7fb;
}
.registration_table{margin-bottom: 30px;}
.normal_p2{line-height: 36px;}
.popp_bold{
    font-family: Poppins SemiBold;
}