
body {
    background-color: #2e1e2e;
    font-family:Arial,Helvetica;
    font-size:75%;
    color: #dadada;
}

a {
    color: #dadada;
}

img {
    max-width: 100%;
    max-height: 100%;
}

img.play {
    width: 28px;
    height: 28px;
}



#tartalom {
    overflow: hidden;
    width: auto;
    padding: 0px;
    background-color: #2e1e2e;
}

#tartalom_left {
    float: left;
    width: auto;
    padding: 0px;
    background-color: #2e1e2e;
}

#tartalomin {
    padding: 2px;
    background-color: #2e1e2e;
}

#tartalominicon {
    float: right;
}

#tartalominicon_left {
    float: left;
    width: 160px;
}

#mail_parent {
    display: flex;
    height: 100%;
}

#mail_menu {
    padding: 2px;
    width: 160px;
    /*background-color: #3e2e33;*/
    background-color: #2e1e23;
}

#mail_tartalom {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*height: 100%;*/
    /*background-color: blue;*/
    flex: 1;
    padding: 2px;
}

#mail_header {
    /*background-color: blue;*/
    /*background-color: #45353c;*/
    /*background-color: #423239;*/
    background-color: #3e2e33;
    font-size:150%;
    padding: 5px;
}

#mail_hidden {
    /*background-color: blue;*/
    /*background-color: #45353c;*/
    /*background-color: #423239;*/
    background-color: #3e2e33;
    font-size:100%;
    padding: 5px;
    display: none;
}

#mail_hidden_delete {
    /*background-color: blue;*/
    /*background-color: #45353c;*/
    /*background-color: #423239;*/
    background-color: #3e2e33;
    font-size:100%;
    padding: 5px;
    display: none;
}

#mail_list_header {
    /*background-color: blue;*/
}

.mail_new_mail {
    float: right;
    display: flex;
    flex-direction: row;
    /*border: 1px;
    border-color: white;
    background-color: white;*/
}


#mail_footer {
    /*background-color: blue;*/
    background-color: #3e2e33;
}


.htmlframe {
    flex-grow: 1;
    border: none;
    background-color: white;
}

a.listitem {
    display: block;
    text-decoration:none;
}

.mail_listitem {
    text-decoration:none;
}


#header {
/*    position: fixed;*/
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    background-color: #2e1e2e;
    z-index: 10;
}

#footer {
/*    position: fixed;*/
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    background-color: #2e1e2e;
    z-index: 11;
}

.listitemhf {
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listitemh {
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
}

.listitem1 {
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listitem2 {
    background-color: #2f1f2f;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listitemcurrent {
    background-color: #367ba2;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listitemdate {
    float: left;
    width: 36px;
    height: 36px;
    text-overflow: ellipsis;
    font-size: 110%;
    background-color: inherit;
    padding: 0px 5px 0px 0px;
    position: relative;
}

.listitemplay {
    float: left;
    width: 28px;
    height: 36px;
    text-overflow: ellipsis;
    font-size: 110%;
    background-color: inherit;
    padding: 0px 5px 0px 0px;
    position: relative;
}

.channelnum {
    background-color: #2e1e2e;
    position: absolute;
    bottom: 2px;
    left: 1px;
}

.listitemaction {
    float: right;
    background-color: inherit;
}

.listitemcontenth {
    overflow: hidden;
    position: relative;
    height: 16px;
}

.listitemcontenthf {
    overflow: hidden;
    position: relative;
    height: 40px;
}


.listitemcontent {
    overflow: hidden;
    position: relative;
    height: 36px;
}

.listitemph {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    height: 16px;
}

.listitemphf {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    background-color: inherit;
}

.listitemp {
    float: left;
    font-size: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    height: 32px;
    top: 0px;
    background-color: inherit;
    border:1px solid black;
    line-height: 115%;
}

.formbuttonl {
    font-size: 200%;
}

.formbuttonr {
    float: right;
    font-size: 200%;
}

.player {
  --plyr-color-main: #8e5e73;
}

div.gallery {
  margin: 5px;
  border: 1px solid #777;
  float: left;
  width: 220px;
}

div.gallery:hover {
  border: 1px solid #ccc;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

table, th, td {
    border: 0px solid;
    padding: 5px;
}

.noborder_table {
    border: 0px solid;
    float: right;
    /*padding: 0px;*/
}

.noborder {
    border: 0px solid;
}

.rowhead {
    border: 0px solid;
    background-color: #4e3e43;
    font-size: 110%;
    font-weight: bold;
    padding: 5px;
}

.row1 {
    border: 0px solid;
    /*background-color: #2e1e23;*/
    background-color: #44343b;
}

.row2 {
    border: 0px solid;
    background-color: #3e2e33;
}

.mail_list_button {
    padding: 5px;
    margin-right: 10px;
}
