h1 {
    text-align: center;
}

.monitor 
{
    text-align: center;
}
.tiny {
    text-align: center;
    font-size: small;
}

.sstv-container
{
    position: relative;  
}
#sstv_canvas
{
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    top: 45px;
}
#sstv_overlay
{
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#sstv_overlay_spacer
{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#sstv_recent_gallery
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#sstv_info_container 
{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    display: flex;
    border-style: double;
}
table {
    border-spacing: 10px 0;
}
th {
    font-weight: inherit;
    text-align: left;
}
#sstv_info_center 
{
    width: auto;
}
#sstv_info_right 
{
    width: auto;
    display: inline-block;
    margin-left: 12px;
}
#sstv_info_text
{
    margin: 0 auto;
    word-wrap: break-word;
    width: 250px;
    max-width: 200px;
}
