.support-form .sfinput {
    border: 2px solid #acd9d9;
    border-radius: 9px;
    font-size: 14px;
    color: #4f4f4f;
}

.support-form label {
    color: #000;
    font-size: 14px;
    margin-bottom: 7px;
}

input.sfsubmit {
    background: #000000 !important;
    color: #fff !important;
    border: 2px solid #000;
    border-radius: 12px;
}
input.sfsubmit:hover
{
	background: #ffffff !important;
	color: #000000 !important;
}

.support-requests
{
	margin-top:45px;
}

.support-requests th {
    background: #000 !important;
    color: #fff;
    border: none;
    margin-top: 20px;
}

.st-view {
    width: 100%;
    text-align: center;
    display: block;
    color: #000000;
}

.st-heading {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.ticket-details {
    color: #252525;
    font-size: 15px;
}
.add-response {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 12px !important;
	margin-top:20px;
}

.ticket-details hr
{
	color:#d7d7d7;
}

.ticket-details hr {
    background-color: #e40e0e;
    border-bottom: 1px solid #d8d8d8;
    border-top: none;
    margin: 25px 0px !important;
}

.ticket-details .resp-desc
{
	border-radius:10px;
}

textarea.support-description.sfinput {
    min-height: 270px;
}