* {
    margin: 0px;
    border: none;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

body .legal_text_container {
    display: block;
    float: left;
    padding: 15px 12px 48px;
    width: 100%;
}

.legal_text_container p,
.legal_text_container li {
    display: block;
    float: left;
    color: #34657F;
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
}
.legal_text_container p + p {
    margin-top: 15px;
}
.legal_text_container p.title {
    font-size: 16px;
    font-weight: bold;
}
.legal_text_container p.subtitle {
    font-weight: bold;
}
.legal_text_container p.mini {
    font-size: 12px;
}
.legal_text_container li {
    display: list-item;
    margin-top: 15px;
}

.legal_text_container p span,
.legal_text_container li span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
}

.legal_text_container ul,
.legal_text_container ol {
    display: block;
    float: left;
    padding: 0px 0px 15px 24px;
    width: 100%;
}


body .back_button {
    display: table;
    float: left;
    position: relative;
    background-color: #00897A;
    padding: 0px 20px 0px 42px;
    width: 100%;
    height: 45px;
}
body .image-box {
    display: table;
    float: left;
    position: relative;
    padding: 0px;
    width: 100%;
}
.back_button a {
    display: table-cell;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
	text-decoration: none;
}
body .back_button a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -18px;
    background-image: url(../_img/arrow-back.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 10px;
    content: '';
    width: 34px;
    height: 34px;
}