html, body { height: 100%; }
body { margin: 0; }
.MainNav { background-color: #eeeeee; padding: 6px; font-weight: 600; margin: 0; }
.Wrapper { padding: 0px; margin: 0 auto; width: 850px; background-color: white; min-height: 100%;  }
.LFList { padding: 0; margin: 2px; }
.UMenu { padding: 0; margin: 2px; text-align: right; }
.UMenu li, .LFList li { display: inline; list-style-type: none; padding-right: 4px; }
.LoginOrMenu { width: 100%; }
.Content { padding: 0 40px 20px 40px; }

.spawtz-fluid-page {
    width:80%;
    margin: 0 auto;
}
.spawtz-fluid-wrapper {
    width:100%;
    padding: 30px 0;
}
.spawtz-fluid-30, .spawtz-fluid-70 {
    float:left;
    padding: 0 2%;
}
.spawtz-fluid-30 {
    width:26%;
}
.spawtz-fluid-70 {
    width:66%;
}       
@media only screen and (max-width: 600px) {
    .spawtz-fluid-page {
        width:90%;
    }
    .spawtz-fluid-30, .spawtz-fluid-70 {
        width:96%;
    }
}


.spawtz-login, .spawtz-nav {
    float:left;
}
.spawtz-nav {
    font-weight:600;
    width:32%;
    padding: 9px 0;
}
.spawtz-login {
    width:68%;
}
@media only screen and (max-width: 1210px) {
    .spawtz-nav {
        width:100%;
        padding: 9px 0;
    }
    .spawtz-login {
        width:100%;
    }
}



.TeamSearchTable {
    border: none;
    margin: 0 auto;
    padding: 100px 20px;
}
.ActionButton {
    height: auto;
}

.STTable, .FTable, .ShareDiv, table.ShareDiv {
    border: none!important;
}
.STTable td, .FTable td {
    border-bottom: none!important;
    padding: 7px!important;
}

.StepsTable {
    font-family: 'Open Sans', sans-serif!important;
    text-align: left !important;
}

.RFGroup {
    width: 80% !important;
    border: none !important;
    margin-bottom: 30px !important;
}

.RFGroupHeader {
    padding: 13px !important;
    border-bottom: none !important;
}

.RFTable {
width: 100% !important;
}

.RFTable td {
    font-family: 'Open Sans', sans-serif!important;
}

/*table*/
table {
    margin: 1em 0 30px;
    border: none;
}

table td,
table th {
    padding: 10px 20px;
    text-align: left;
    color: #757475;
}

tr:nth-child(2n+1) {
    background-color: #fff;
}

table, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate; border-spacing:0;}
th, td {text-align:left;font-weight:400;}
table, td, th {vertical-align:middle;}
th {color:#757475;line-height:40px;min-height:40px;text-align:center;padding:10px;font-weight:600;}