#urform {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

select {
    font-size: 0.7em;
}

#urrank {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

table.stats {
    margin: auto;
    padding: 0px;
    font-size: 0.8em;
    width: 100%;
    border-spacing: 0;
}

table.stats td {
    padding-left: 5px;
}

table.stats td.logo {
    padding: 0px;
    height: 130px;
    width: 130px;
}

table.ustats {
    margin: auto;
    padding: 0px;
    font-size: 0.8em;
    width: 95%;
}

table.ustats tr:hover {
    background-color: rgba(59, 59, 59, 0.65);
}

table.ustats th.allihead {
    width: 757px;
    text-align: left;
}

table.ustats th.name {
    width: 757px;
    text-align: left;
}

table.stats tr {
    height: 55px;
}

table.stats tr:hover {
    background-color: rgba(59, 59, 59, 0.65);
}

.trst {
    border: 3px;
}

.sthead {
    color: #ffa54a;
    background-color: rgba(110, 110, 110, 0.65);
    vertical-align: middle;
    padding-left: 0.5em
}

.stueb {
    color: #ffa54a;
    background-color: rgba(91, 91, 91, 0.65);
    padding-left: 0.5em
}

.plus {
    color: #008040;
    font-weight: bold;
}

.minus {
    color: #D72424;
    font-weight: bold;
}

.neutral {
    font-weight: bold;
}

.imgst {
    margin: 0px;
    border: 0px;
    width: 3.5em;
    height: 3.5em;
    border-radius: 10px;
}

.imgstdetails {
    margin: 0px;
    border: 0px;
    width: 9.5em;
    height: 9.5em;
    border-radius: 10px;
}

.quick {
    text-align: center;
}


/**********************************************************************************/

table.toflo {
    margin: auto;
    width: 80%;
    padding: 0px;
    font-size: 0.8em;
    border-spacing: 0;
    font-size: 0.7em;
}

table.toflo tr:hover {
    background-color: rgba(59, 59, 59, 0.65);
}

table.toflo td {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}