

html, body{
    margin: 0;
    padding: 0;
    font-family: SegoeUI, Segoe UI, Helvetica;
    font-size: 20px;
    color: #333333;
}

.titleBar{
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
}

.titleBarContent {
    background-color: #eeeeee;
    margin: 0 auto;
    width: 900px;
    padding: 20px 30px 22px 30px;
}

.appIcon {
    width: 64px;
    height: 64px;
    vertical-align: top;
    object-fit: contain;
}

.title {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    text-align: left;
    margin: 14px 0 0 16px;
    font-size: 24px;
    width: 638px;
}

select.langSel{

    vertical-align: top;
    text-align-last: right;
    text-align: right;
    border: none;
    background-color: #eeeeee;
    font-size: 14px;
    margin-top: 22px;
    width: 170px;
}

option.langSel {
    background-color: white;
}

p {
    margin: 10px 0;
}

.contentView{
    margin: 0 auto;
    width: 900px;
    padding: 0 30px;
    margin-top: 100px;
}

.secondary{
    margin-top: 100px;
}

.majorNotice {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #999999;
}

.minorNotice
{
    font-size: 34px;
    text-align: center;
    color: #999999;
}

.minorNoticeLeft
{
    font-size: 34px;
    text-align: left;
    color: #999999;
}

.detailNoticeList
{
    font-size: 15px;
    border: 2px solid #cccccc;
    padding: 20px 20px;
    list-style: none;
    line-height: 2em;
}

.reportLink
{
    color: #0078d7;
}
.reportLink2
{
    color: #0078d7;
    text-decoration-line: underline;
}

button {
    border-radius: 4px;
    background-color: #37bf13;
    border: solid 1px #31a213;
    font-family: SegoeUI, Segoe UI;
    font-size: 28px;
    color: #ffffff;
    padding: 10px 60px;
    margin: 30px 0 0 0;
}

select {
    background-color: #ffffff;
    border: solid 1px #7a7a7a;
    color: #333333
}

select.langSel:active {
    outline: none;
}

select.langSel:focus {
    outline: none;
}

button:hover{
    background-color: #3ed017;
    border: solid 1px #31a213;
}

button:active{
    background-color: #2dad0c;
    border: solid 1px #31a213;
}
button:disabled{
    background-color: #777777;
    border: none;
}

main, header{
    visibility: hidden
}