.orvos_adatok_container{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
}

.orvos_adatok{
    border: 2px solid #F48221;
    border-radius:10px;
    color:#333;
    padding:5px 5px;
    width:100%;
    max-width:250px;
    padding-bottom:15px;
    margin-bottom:20px;
    position: relative;
}

.orvos_adatok .bezar_gomb{
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#FFF;
    /*background-color:#E00;*/
    padding:6px;
    position: absolute;
    top:5px;
    right:2px;
    width:30px;
    height:30px;
    text-align: center;
    box-sizing: border-box;
    border-radius:10px;
    /*box-shadow: 0px 0px 3px rgba(12, 34, 64, 0.9);*/
    cursor:pointer;
}

.orvos_adatok .bezar_gomb:hover{
    color: #D73232;
}

.orvos_adatok p{
    border-radius:10px;
    font-size:12px;
    text-align: center !important;
    background-color:#0d4087;
    color:#FFF;
    font-weight:bold;
    margin-bottom:20px;
    padding:5px;
}

.bezar_gomb_input{
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#AAA;
    padding:4px;
    position: absolute;
    top:0px;
    right:0px;
    width:30px;
    height:30px;
    text-align: center;
    box-sizing: border-box;
    border-radius:10px;
    cursor:pointer;
}