.user-settings-link,
.user-settings-link:visited{
    display: block;
    text-decoration: none;
    padding: 10px;
    color: black;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    font-family: proxima-nova, "open Sans", Helvetica, Arial, sans-serif;
}

.user-settings-link:not(:first-child){
	border-top: 1px solid #d7d7d7;
}

.user-settings-link > p{
    margin-bottom: 4px;
}

.user-settings-link > label{
    font-size: 0.85em;
    color: gray;
}


.favorite-team-card{
    width: 50%;
    display: inline-block;
    text-align: center;
}


a.favorite-team-card,
a.favorite-team-card:visited,
a.favorite-team-card:active,
a.favorite-team-card:hover{
	color: black;
	text-decoration: none;
}

.favorite-team-card .content-card{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}


@media only screen and (min-width: 320px) {

    .favorite-team-card {
        width: 33%;
    }
}

@media only screen and (min-width: 500px) {

    .favorite-team-card {
        width: 25%;
    }
}

.favorite-team-card  img {
    width: 50px;
    height: 50px;
}

.favorite-team-card  p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0px;
}


.favorite-team-card .content-card:active{
    box-shadow: none;
    border: 1px solid #c1c1c1;
}

.favorite-team-card-star-wrapper{
    width: 100%;
    margin-bottom: -25px;
    text-align: right;
}

.favorite-team-card .favorite-team-card-star-wrapper{
    display: none;
}

.favorite-team-card.is-favorite .favorite-team-card-star-wrapper{
    display: block;
}

.favorite-team-card.is-favorite .content-card {
    background: #fff4bb;
}

.hidden-select{
	opacity: .01;
    width: 100%;
    position: absolute;
    left: 0px;
    margin-top: -45px;
    height: 70px;
}