/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

.requidBox {
 text-align:center;
 background-color: #5bc8ac;
 color: #fff;
 padding: 2px;
}

.optionBox {
 text-align:center;
 background-color: #666666;
 color: #fff;
 padding: 2px;
}
.corpBox {
 text-align:center;
 background-color: #0000cc;
 color: #fff;
 padding: 2px;
}
.note{
 font-size:80%;color:red;
}

.note2{
 color:red;
}

.buttonUpdate{
 width: 160px;
 height: 38px;
}
.br::before {
    content: "\A" ;
    white-space: pre ;
}
