#kozzetetel strong {
    font-weight: bold;
}

#kozzetetel a{
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    color: #0000ff;
    border-color: #e6e6e6;
    text-decoration: none;
}

#kozzetetel table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#kozzetetel table.külső, #kozzetetel table.külső>tbody>tr, #kozzetetel table.külső>tbody>tr>td, #kozzetetel table.külső>tbody>tr>th {
    border-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    margin: 3px;
    padding: 10px 8px 15px 8px;
}

#kozzetetel table.külső>tbody>tr>td:first-child {
    width: 30%;
    text-indent: -15px;
    padding-left: 30px;
}
#kozzetetel table.külső>tbody>tr>td:nth-child(2), #kozzetetel table.külső>tbody>tr>th{
    width: 70%;
    text-align: right;
}

#kozzetetel table.belső {
    margin:0px;
    padding:0px;
}

#kozzetetel table.belső tr td, #kozzetetel table.belső tr th{
    border-bottom: 1px solid #e5e5e5;
}

#kozzetetel table.belső tr:nth-child(odd) td{
    background-color: #f5f5f5;
}

#kozzetetel ul {
    text-align: right;
    list-style-position: inside;
}

#kozzetetel a {
    cursor: pointer;
    color:blue!important;
}
#kozzetetel a:hover {
    text-decoration: underline!important;
}

#kozzetetel #content {
    position: fixed;
    z-index:1000;
    top: 1vh;
    bottom: 1vh;
    left:1vw;
    right:1vw;
    border:1px solid #f5f5f5;
    margin: 1vh;
    padding: 2vh;
    overflow-y: scroll;
    background-color: white;
    cursor: pointer;
    opacity:0.99;
}

#kozzetetel .text-right {
    text-align: right;
}