body {
    font-size: large;
}
h3 {
display: block;
font-size: 1em;
-webkit-margin-before: 0.2em;
-webkit-margin-after: 0.2em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
background-color:#FFD82B;
}
h2 {
display: block;
font-size: 1.2em;
-webkit-margin-before: 0.2em;
-webkit-margin-after: 0.2em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.reg_begin {
    background-color: #133D77;
    color: #00ff00;
    font-size: 1.2em;
    text-align: left;
    padding: 5px;
    margin-bottom: 6px;
}

.reg_tbl {
    width: 1000px;
}

.reg_begin a {
    color: #FFFFFF;
}

.reg_end {
    background-color: #f0f0f0;
    height: 26px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 6px;
}

.reg_begin a:hover {
    color: #FFD800;
}

.ptc_lbl {
    font-weight: bold;
    width: 200px;
    text-align: left;
}

.ptc_hidden {
    display: none; /* table-row ; */
}

.ptc_error {
    color: Red;
}

.ptc_info {
    color: green;
}

.ptc_warn {
    color: yellow;
}

.ptc_btn {
    font-size: larger;
    font-weight: bold;
}

.ptc_box {
    border-color: #f0f0f0;
    border-width: 1px;
    border-radius: 6px;
    border-style: solid;
    background-color: #f8f8f8;
    padding: 3px;
}
