* {
    margin: 0;
    padding: 0;
}

.display_block {
    display: block;
}

.font_weight {
    font-weight: bold;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

.color_545554 {
    color: #545554;
}

.color_191919 {
    color: #191919;
}

.margin_left_15_bfb {
    margin-left: 15%;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.width_100 {
    width: 100%;
}

.width_85 {
    width: 85%;
    margin-left: 9%;
}

.width_70 {
    width: 70%;
    margin-left: 15%;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.text_align_c {
    text-align: center;
}

.text_align_l {
    text-align: left;
}

.text_align_r {
    text-align: right;
}

.position {
    position: absolute;
    bottom: 29px;
    float: left;
    /* width: 100%; */
    z-index: 999999;
    left: 1059px;
    font-size: 10px;
    color: #fff9;
    text-decoration: underline;
}