body {
    /*padding-top: 20px;*/
    width: 80vw;
    margin: 0 auto;
    font-family:sans-serif;
}

a {
    text-decoration: none;
    color: black;
    font-style: italic;
}

#header-main-page {
    width: 100%;
    display: table;
    padding: 12px;
    background-image: url(/img/g16.png);
    background-position: center;
    background-repeat: repeat-x;
    
}

#logo-header-name {
    text-align:right;
    font-size: larger;
    font-weight: bold;
}

.header-main-page-cell {
    margin-top:20px;
    display: table-cell;
    vertical-align: middle;
}

.header-menu-item-tab {
    display: table-cell;
    text-align: center;
    width: 25%;
}

.menu-header-lines {
    display: table;
    margin: 0 auto;
}

.header-menu-item-tab {
    min-width: 220px;
    padding: 12px;
}

.header-menu-item-tab:hover {
    background-color: rgba(204, 255, 170, 0.83);
    cursor: pointer;
    padding: 12px;  
}

.wrapper-body {
    background-color: rgb(242, 242, 242);
    width: 100%;
    padding: 12px;
}

.wrapper-body-title-center {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 6px;
    background-color: white;
    text-align: center;
    display:block;
    font-weight: bold;
    border-radius: 8px;
    border-bottom: 1px solid rgb(229, 229, 229);
    border-right: 1px solid rgb(229, 229, 229);
}

.wrapper-body-inner-block {
    background-color: white;
    padding: 12px;
    display: table-cell;
    margin: 6px;
    border-radius: 8px;
}

.modal-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0px;
    left: 0px;
}

.modal-layer-top-line {
    display: block;
    height: 102px;
    text-align: right;
}

#btn-close-modal-layer {
    height: 64px;
    margin: 32px;
    cursor: pointer;
}

.no-visible {
    display: none;
}

.visible-block {
    display: block;
}

.font-large {
    font-size:32px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.font-bold {
    font-weight: bolder;
}

.href-as-button-green {
    padding:12px;
    border-radius:12px;
    border-top: 2px solid rgb(177, 224, 177);
    border-left: 2px solid rgb(177, 224, 177);
    border-bottom: 2px solid rgb(70, 168, 70);
    border-right: 2px solid rgb(70, 168, 70);
    background-color:rgb(102, 193, 102);
    display: inline-block;
    margin: 0 auto;
    font-style: normal;
    color: white;
    font-weight: bold;
    min-width: 105px;
}

.href-as-button-blue {
    padding:12px;
    border-radius:12px;
    min-width: 105px;
    border-top: 2px solid rgb(144, 162, 219);
    border-left: 2px solid rgb(144, 162, 219);
    border-bottom: 2px solid rgb(79, 101, 175);
    border-right: 2px solid rgb(79, 101, 175);
    background-color:rgb(101, 122, 191);
    display: inline-block;
    margin: 0 auto;
    font-style: normal;
    color: white;
    font-weight: bold;
}