.clear {
    clear: both;
}

#error_float_right {
    width: 90%;
    float: right;
}

#error_container {
    background-color: #ffe8e8;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #ffa8a8;
    margin-top: 20px;
    padding: 10px;

}

#error_image_container {
    width: 10%;
    float: left;
}

.error_message {
    width: 100%;
    float: left;
    color: #505050;
    margin: 10px 0 10px 0; 
    font-weight: bold;
}

.error_details_container {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 12px;
    margin-top: 10px;
}

#error_more_information_container {
    width: 100%;
    float: left;
    border: 1px solid #ffe8e8;
    cursor: pointer;
}

.error_details_title {
    color: #000000;
    font-weight: bold;
    width: 50%;
    height: 19px;
    line-height: 19px;
    float: left;
}

.error_details_line {
    color: #000000;
    font-weight: bold;
    width: 50%;
    height: 9px;
    float: left;
    border-bottom: 1px solid #c4d1e6;
}

.error_stack_trace {
    background-color: #ffffff;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.error_send_title {
    width: 40%;
    height: 28px;
    float: left;
    font-weight: bold;
    color: #505050;
}

.error_send_value {
    width: 60%;
    height: 28px;
    float: left;
    color: #505050;
    overflow: hidden;
}

.error_send_additional {
    width: 60%;
    float: left;
    line-height: 30px;
    color: #505050;
}

#error_detail_scroll {
    display: none;
}

