.support a{
    color: #ca064d !important;
    font-weight: bold;
    text-decoration: none;
}

.support .buttons{
	height: 42px;
	padding: 3px 0px;
	margin-left: 0;
	width: 100%;
	position: fixed;
	z-index: 2;
	background-color: #fff;
	background-color: #ff6c8f;
	margin-top: -42px;
}

.support table{
    margin-top: -5px;
}

.support table tr{
    height: 57px;
}

.support .col1{
    width: 5%;
    text-align: left;
    margin-top: 10px;
}

.support .col2{
    width: 95%;
    text-align: left;
    margin-top: 10px;
}

.userLogo {
    border: 2px solid #ca064d;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
    background-size: contain;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}
