/*
* Tips styles that are included for tips standing page.
*/


table.tipster-standing {
width: 100%;
margin: 0.32em auto 1.2em auto;
border-collapse: collapse;
}

table.tipster-standing th {
line-height: 2.2em;
text-align: center;
font-weight: bold;
background: #218c74;
color: #ffffff;
}

table.tipster-standing th:first-of-type {
border-radius: 2px 0 0 0;
}

table.tipster-standing th:last-of-type {
border-radius: 0 2px 0 0;
}

table.tipster-standing td {
line-height: 2.2em;
padding-left: 10px;
padding-right: 0;
border-bottom: 1px solid #f1f2f6;
}

table.tipster-standing td.tipster, table.tipster-standing td.date {
vertical-align: top;
}

table.tipster-standing td.email, table.tipster-standing td.name {
vertical-align: top;
}

table.tipster-standing td.email {
width: 35%;
}

table.tipster-standing td.name {
width: 30%;
}

table.tipster-standing td.position {
width: 32px;
white-space: nowrap;
text-align: right;
padding-left: 0;
padding-right: 10px;
}

table.tipster-standing td.balance {
width: 72px;
white-space: nowrap;
text-align: right;
padding-left: 0;
padding-right: 12px;
}

table.tipster-standing td.percent {
width: 48px;
white-space: nowrap;
text-align: right;
padding-left: 0;
padding-right: 12px;
}

table.tipster-standing td.odd, table.tipster-standing td.diff {
width: 42px;
white-space: nowrap;
text-align: right;
padding-left: 0;
padding-right: 12px;
}

table.tipster-standing td.tips, table.tipster-standing td.wins, table.tipster-standing td.losses {
width: 32px;
white-space: nowrap;
text-align: right;
padding-left: 0;
padding-right: 12px;
}

table.tipster-standing a {
text-decoration: none;
color: #0057a0;
}

table.tipster-standing a:hover {
text-decoration: underline;
}

table.tipster-standing a:visited {
color: #0057a0;
}


@media screen and (max-width: 1024px) {
table.tipster-standing a {
display: inline-block;
width: 100%;
}
.tips-space {
padding-left: 0.52em;
padding-right: 0.52em;
}
table.tipster-standing th:first-of-type {
border-radius: 0;
}
table.tipster-standing th:last-of-type {
border-radius: 0;
}
}


@media screen and (max-width: 560px) {
table.tipster-standing .hide-tips, table.tipster-standing td.tips, table.tipster-standing td.wins, table.tipster-standing td.losses, table.tipster-standing td.diff {
display: none
}
table.tipster-standing td.tipster {
padding-left: 0;
}
table.tipster-standing td.date {
padding-left: 6px;
}
table.tipster-standing td.position {
width: 28px;
padding-right: 8px;
}
}

@media screen and (max-width: 420px) {
.tips-space {
padding-left: 0.32em;
padding-right: 0.32em;
}
}

@media screen and (max-width: 360px) {
.tips-space {
padding-left: 0.22em;
padding-right: 0.22em;
}
table.tipster-standing td.date {
padding-left: 2px;
}
table.tipster-standing td.balance {
width: 68px;
padding-right: 10px;
}
table.tipster-standing td.percent {
width: 46px;
padding-right: 10px;
}
table.tipster-standing td.odd {
width: 40px;
padding-right: 10px;
}
}

