.UbiAA-main-page
{
    margin: auto;
    width: 800px;
}

#UbiAA-point-select
{
    padding: 20px 8px 0px 8px;
    position: relative;
}

#UbiAA-select-point
{
    float: left;
}

#UbiAA-select-point select
{
    padding: 4px 2px 4px 2px;
    margin: 5px 0 6px 0;
}

#UbiAA-set-timeout
{
    float: right;
}

#UbiAA-set-timeout input
{
    width: 40px;
}

#UbiAA-set-timeout input:enabled
{
    border: 1px solid #707070;
}

#UbiAA-set-timeout button
{
    position: relative;
    top: -1px;
    margin-left: 2px
}

#UbiAA-point-status
{
    font-size: 4em;
    text-align: center;
    color: black;
}

.UbiAA-main-page table
{
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
    font-weight: bold;
}

.UbiAA-main-page table td
{
    padding: 10px;
    border: 1px solid black;
    height: 55px;
    vertical-align: middle;
}

#UbiAA-col1
{
    width: 25%;
}

#UbiAA-col2
{
    width: 42%;
}

#UbiAA-col3
{
    width: 42%;
}

.UbiAA-text-error
{
    background-color: Red;
}

.UbiAA-text-warn
{
    background-color: Yellow;
}

.UbiAA-text-ok
{
    background-color: Lime;
}

.UbiAA-text-wait
{
    background-color: #eeeeee;
}

