body {
    background-color: #B9B9B9;
}

#tab-box {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0;
    margin: 0 auto;
    position: relative;
    top: 0px;
    width: 350px;
}
 
.tab {
    display: inline-block;
    margin-left: 100px;
    color: #24628b;
    border-left:#FFFFFF;
    border-left-width:medium;

}
 
.tab:first-of-type {
    margin-left: 10px;
}

.tab span:first-of-type a {
    cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
    color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    background-color: #458322;
    font-size: 12px;
    font-weight: bold;
}

.tab:target span:first-of-type a {
    background: #fff;
    padding: 1px 2px 1px 2px;
    color: #1a2c45;
}

.tab:target span {
    z-index: 1;
}

.tab p {
    padding: 0; 
    margin: 0;
    text-align: justify;
}
  
.tab span:nth-of-type(2) {
    display: block;
    font-size: 14px;
    padding: 5px;
    color: #888;
    line-height: 18px;
    width: 350px;
    height: 630px;
    background: #fff;
    position: absolute;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

}
 
.tab span:first-of-type a:hover {
background-color:#92be14
/*    background-color: 92be14;*/
    color: 92be14;
}
 
.tab:target span:first-of-type a:hover {
    background: #92be14;
    color: black;
}

#nebaris{
    background-color: #333;
    color: 92be14;
    padding: 5px;
    text-align: center;
    margin-top: 450px;
    font-family: helvetica;
}

#nebaris a{
    color:rgb(178, 255, 178);
}

#nebaris a:hover{
    color:92be14;
}
