@charset "utf-8";
/* CSS styles for index.php */

.page_section {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 100px;
}

.page_section table {
    margin: 0 auto;
}


/*******************************************************************************
 * DELETE MESSAGE
 ******************************************************************************/
#property_delete_box {
    width: 1024px;
    position: relative;
    float: left;
    margin-left: calc(50% - 512px);
    border: 2px solid red;
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}