.content{
  overflow: auto;
}

.balszekcio{
  float:left;
  margin:0px;
  padding:10px;
  width:calc(100% - 300px);
  box-sizing: border-box;
}

.jobbszekcio{
  float:left;
  margin:10px 0px;
  padding:10px;
  width:300px;
  box-sizing: border-box;
  border-left: 1px solid #777;
}

.udvozlo{
  line-height:20px;
  text-align:center;
  color:black;
  /*border:2px solid grey;*/
  padding: 10px;
  margin:2px;
  /*border-radius:5px;
  background-color:grey;*/
}

.egybejegyzes{
    width:95%;
    border:1px solid #bbb;
    box-sizing: border-box;
    overflow:auto;
    margin:20px auto;
    border-radius:15px;
    /*padding:5px; Ez szerintem nem kell*/
    transform: scale(0.99);
    box-shadow:0 0 3px #0003;
    transition-duration: 0.2s;
    background-color:#eee;
    border-spacing: 0px;
    border-collapse:collapse;
    overflow:hidden;
}

.egybejegyzes:hover{
    transform: scale(1);
    box-shadow: 0 0 10px #0003;
}

.b_bal{
    width:150px;
    border-right:1px solid rgba(66, 130, 189, 0.23);
    box-sizing: border-box;
    padding:5px;
    background-color:rgb(168 211 217 / 30%);
    vertical-align: top;
}

.b_bal .b_profilkep{
    width:75px;
    height:75px;
    /*border:1px solid #0003;*/
    margin: 10px auto;
    margin-top:20px;
    background-color: #0001;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}

.b_bal .b_nev{
    text-align:center;
    width:95%;
    margin: auto;
}

.b_bal .b_datum{
    text-align:center;
    width:95%;
    margin: auto;
    font-size:15px;
    margin-bottom:10px;
}

.b_jobb{
    width:calc(100% - 150px);
    padding:5px;
    overflow: auto;
    vertical-align: top;
}

.egybejegyzes .b_fejlec{
    width:100%;
    overflow: auto;
}

.egybejegyzes .b_cim{
    padding:10px;
    font-size:18px;
    font-weight: bold;
    width:calc(100% - 30px);
    float:left;
    text-align:center;
}

.egybejegyzes .b_tartalom{
    padding:10px;
    padding-left: 15px;
    max-height:101px;
    overflow:hidden;
    transition-property:max-height;
    transition-duration:0.5s;
}

.egybejegyzes .b_tovabbgomb{
    text-align:center;
    width:100px;
    height:30px;
    line-height:30px;
    margin:auto;
    border:1px solid #0003;
    border-radius:15px;
    text-align:center;
    cursor:pointer;
    transition-duration: 0.2s;
    transition-property:background-color;
}

.egybejegyzes .b_tovabbgomb:hover{
    background-color:#08e3;
}

.egybejegyzes .b_menu{
    font-size:25px;
    width:30px;
    height:30px;
    float:left;
    border:1px solid transparent;
    border-radius:10px;
    line-height:15px;
    text-align:center;
    cursor:pointer;
}

.egybejegyzes .b_menu:hover{
    border:1px solid #0003;
}

@media only screen and (max-width:800px){
    .jobbszekcio, .balszekcio{
        width:100%;
    }

    .container.reszek .container_content{
        max-height:none;
    }
}
