.ui-btn:visited {
    text-decoration: none !important;
}

#resultlist1{
    text-align:center;
}

#tablelist{
    margin:0px;
}

.smalltext {
    font-size: 0.7em;
}

.footerdiv{
    height:48px;
}

#versus{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

tr.alt td {
    background: #424242;
}

table.listtable {
    width: 100%;
    border-collapse:collapse;
    table-layout: fixed;
}

table.listtable td{
    padding: 5px;	
}

table.listtable td.first{
    padding-left: 10px;
    word-wrap:break-word;	
}

table.listtable td.last{
    padding-right: 10px;	
}

div.resultpart{
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

div.vword  {
    color: #999999;
    font-weight: bold;	
    display: inline;
}

#fulltable{
    font-size:smaller;
    background-color: #f6f6f6;
}

#fulltable td:nth-child(2){
    word-break: break-word;
}

.teamnamecol{
    overflow-y: hidden;
    text-overflow: ellipsis;
    max-height:30px;
}

.ui-icon-st-www {
    background: url("planet.png") 50% 50% no-repeat !important;
}

.sharemessagetext {
    font-size: 0.8em;
}

#sharemessagecontainer {
    background-color: #FFFFFF;
}

span.floatright  {
    float:right; 
}

#nagScreen,#nagScreenTeams{
    padding:10px;
    background-color: black;
    color: white;
}

.ui-popup-screen.in{
    background-color:black;
}

.getProbutton{
    margin:10px;
}

td.delete_set {
    vertical-align: middle;
    text-align: right;
}

input.st_checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

input.st_checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input.st_checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

input.st_checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

button.st_delete {
    padding: .55em 11px .5em;
    font-size: 12.5px;
    font-weight: bold;
    text-shadow: 0 1px 0 #194b7e;
    background: #3388cc;
    color: white;
    border-radius: 10px;
    border-style: solid;
    border: 1px;
    background-image: linear-gradient( #3388cc,#3388cc );
    border-color: #044062;
    margin-right: 6px;
    opacity: 0.4;
}

div.st-rounded {
    border-radius: 12px;
}

.getFull{
    background: red!important;
    color: white!important;
}

[data-role="page"].iosStatusBarMargin {
    margin-top:20px;
}
