a.button.swss-get-help-button
{
	margin-left:5px;
	margin-right:5px;
	border-radius:3px !important;
} 
.swss_button {
    background: #5cb85c;
    padding: 5px 8px;
    border-radius: 3px !important;
    color: #fff !important;
    display: inline-block;
    border: 0;
    line-height: 22px;
    min-width: 100px;
	text-align:center;
}
.swss_button:hover
{
	color: white;
	background: #449d44;
}
.swss_view_all_tickets{
	background: #2196F3;
	margin:0 5px;
}
.swss_view_all_tickets:hover
{
	color: white;
	background: #2196F3;
}