@charset "utf-8";
/* CSS Document */



/* nireak, historikoarena  */


#Urte {
    background-color:#FFF;
    width: 100%;
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-style:normal;
    font-weight:bold;
    color:#333;
    
}



table,th
{
    border:0px solid #ffffff;
    border-collapse:collapse;
    border-spacing: 0px 0px;
    padding:0.4rem;
    font-family: 'Open Sans', 'Verdana', sans-serif;
    font-size:0.95em;
    color: #000;
    width: 100%;
}

td
{
    padding:0.4rem;


}

td:nth-child(2) {
    width: 4rem;

}


td:nth-child(3) {
    width: 4rem;

}

td:nth-child(4) {
    width: 4rem;

}


th {
text-align:left;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
background-color:#F7F7F7;
color: #000;
}

tr:nth-child(1) {
    background: #f3b234;    
   
    }


tr:nth-child(even) {
    background: #f7f7f7;     
    }
tr:nth-child(odd) {
    background: #f0f0f0;
    }



.tr02
{

font-family:Verdana, Geneva, sans-serif;
font-size:0.95em;
}


/* w3c-ko menuarena */


.collapsible {
    background-color: #e6e5e5;
    color: #1f1f1f;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 1x;
    border-radius: 3px;

}

.active, .collapsible:hover {
    background-color: #cccccc;
    color: #036875;
}

.collapsible:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.content {
    padding: 10 10px; 
    margin: 5px 10px 25px 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    /*background-color: #f1f1f1;*/
}