#test_h1 {
    display: block;
    text-align: center;
    font-size: 16px;
    background-color: #77b6cf;
    color: darkslategray;
    line-height: 40px;
    border: 2px solid #000;
}
#test_table,
#test_table tr,
#test_table td {
    border:  none !important;
    padding: 2px 12px !important;
}
.test_checkbox {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid darkslategray !important;
    background-color: antiquewhite;
    visibility: visible !important;
    opacity: 1 !important;
}
.test_input {
    background-color: #77b6cf !important;
    color: darkslategray;
    border: 2px solid #000 !important;
    height: 40px !important;
}
.test_input_text {
    background-color: #77b6cf !important;
    color: darkslategray;
    border: 2px dashed #000 !important;
    width: 100%;
    height: 45px;
}
#test_text_center {
    display: block;
    width: 100%;
    text-align: center !important;
}
#test_p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
