.cut_main_hdl {
    font-size:38px;
    font-family:Segoe UI;
    font-weight:300;
    color:#595959;
}

.cut_information {
    border:1px solid #0080C0;
    border-radius:2px;
    background:rgba(100,160,255,0.7);
    width:290px;
    height:60px;
    color:white;
    padding:5px;
    box-shadow:3px 3px 2px 2px #CFCFCF;
    text-align: justify;
}

.cut_mainShow_div {
    width:780px;
    padding:10px;
    background:#0080FF;
    box-shadow:0px 0px 4px 4px #6AB5FF;
}

.cut_mainShow_div > table {
    width:100%;
    color:white;
}

.cut_mainShow_div > table th {
    width:50%;
    /*color:#0080FF;*/
}

.cut_tbl_right_centerd {
    text-align:right;
    padding-right:10px;
}

.cut_tbl_left_centerd {
    text-align:left;
    padding-left:10px;
}