body{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1f1f1;
    min-width: 350px;/*700;/*fit-content;/*600;/*350;*/
}
.szelesseg{
    /*border: 1px solid;*/
    width: 70%;
}
#tartalom{
    background-color: white;
    min-height: 500px;
    /*padding: 10 0 50 0;*/
    padding-bottom: 10px;
}
.tartalomtarto{
    /*border: 1px solid;*/
    margin: auto;
    height: inherit;
    padding-top: 10px;
}
h2{
    color: #323232;
    text-align: center;
}



@media only screen and (max-width: 1100px) {
  /*mobil*/
    .szelesseg{
        width: 85%;
    }
}


@media only screen and (max-width: 900px) {

    /*body{
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
    }*/

    .szelesseg{
        width: 100%;
    }
    #login{
        width: 100%;
        padding: 0px;
    }
    input[type="text"],input[type="password"],input[type="email"]{
        height: 40px;
    }
    input[type="submit"]{
        height: 8%;
    }
    .cella{
        width: 100%;
    }
    .senews{
        width: auto;
    }
    #kurzustabla{
        width: 100% !important;
        display: block;
    }
    #felevlabel{
        margin-left: 5px;
    }

}

@media only screen and (max-width: 600px) {
    #egyebtabla{
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    #kijelentkezodiv{
        top: 0px;
    }
}
