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


.profile-links {
margin-top: 2.2em;
}

.profile-links-2 {
margin-top: 0.64em;
}

.profile-links a {
color: #0057a0;
text-decoration: none;
}

.profile-links a:visited {
color: #0057a0;
}

.profile-links a:hover {
text-decoration: underline;
}

.profile-send-message {
float: right;
}

.tipster-info {
width: max-content;
margin: 0 auto 0 auto;
}

.month-tipster-info {
margin: 5.2em auto 3.2em auto;
}

table.tipster-info-prop {
border-collapse: collapse;
}

table.tipster-info-prop td {
line-height: 1.52em;
white-space: nowrap;
}

table.tipster-info-prop td.tipl {
text-align: right;
padding-right: 0.32em;
}

table.tipster-info-prop td.tipd {
font-weight: bold;
}


@media screen and (max-width: 760px) {
.profile-links a {
display: block;
width: max-content;
max-width: calc(100% - 1.2em);
margin: 0.16em auto;
padding: 0.24em 0.52em;
text-align: center;
}
.profile-send-message {
float: unset;
}
}
