.TotalCom_gomb {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}
.total_modal_cim{
  font-weight: 600;
  font-size: 1.1em;
}
.total_modal_kep {
  width: 100%;
  height: auto;
}

.profil_kep{
    float: left;
    max-height: 200px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 7px;
    
}
@media only screen and (max-width: 500px) {
    .profil_kep{
        float: none;
        margin: 10px;
    }
    .profil_kep_doboz{
        text-align: center;
    }
}