body {
    background-color: #F5F5F5;
    margin:0; padding: 0;
}

#text_privacy {
    width: 90%; height: 79vh;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 35px;
    overflow-y: scroll;
    padding: 15px;
}

.btn-custom {
    margin-top: 25px;
}

.main-box {
    margin-top: 15px;
    width: 98%;
}

#error_title {
    font-weight: bold;
}

#error_desc {
    line-height: 35px;
}

#error_desc > a {
    color: inherit;
}

#exit_title {
    font-weight: bold;
}

#exit_message {
    line-height: 35px;
}

#exit_message > a {
    color: inherit;
}