.noticeBackground {
    height: 38px;
}
.noticeRow {
    height: 20px;
}
.noticeOK {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #2ea41b;
    margin-top: 5px;
}
.noticeError {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    margin-top: 5px;
}