.bold {
    font-weight: bold;
}
.normal_p{
    margin: 0px 0px 16px!important;
}
.normal_p2{
    margin: 0px 0px 10px!important;
    line-height: 28px;
}
.link{
    color: blue;
}
.line{
    height: 1px;
    background: #bfbfbf;
    margin: 30px 0;
}
.normal_table{
    padding-bottom: 12px;
}
.normal_table td{
    vertical-align: top;
    padding-bottom: 10px;
}
.normal_table tr:last-child td{
    padding-bottom:15px;
}
.normal_table td p{
    margin: 0px;
    line-height: 28px;
}
.normal_table td:nth-of-type(1){
    padding-right: 0px;
}
.cycle{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #333;
    vertical-align: top;
    position: relative;
    top: 10px;
}
.red_bold{
    font-weight: bold;
    color: #e50606;
}