table.tbthemes
{
    border-collapse:separate;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 10px; 
    height:300px;
}

td.tdtheme
{
    margin:5px;
    padding:5px;
    text-align: center;
    cursor: pointer;
    font-size:11px;
}

td.tdthemeactive
{
    margin:5px;
    padding:5px;
    text-align: center;
    cursor: pointer;
    font-size:11px;
    border:1px solid white;
}


p.ptheme
{
    margin:0px;
    padding:0px;
    padding-left:10px;
}

button.btnthemeclose
{
    border-radius: 5px;
    font-size: 10px;
    cursor: pointer;
}

td.tdthemeclose
{
    text-align: center;
    padding:0px;
    font-size: 10px;
}

dialog.themedialogmodal
{
    top:10px;
    /* top:50%; */
    padding: 10px;
    z-index: 10;
    margin-top: 0px;
    margin-bottom: 0px;
    /* width: 100%; */
    width: 300px;
    /* height: 100%; */
    /* height:300px; */
    /* background: beige; */
    /* background-color: black; */
    /* color:white; */
    border: 5px solid white;
    /* border: none; */
    border-radius: 1rem;
}
