.sqwpluginbuttons {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -10px;
}

.sqwpluginbuttonsright {
    justify-content: flex-end;
}

.sqwpluginbuttonsleft {
    justify-content: flex-start;
}

.sqwpluginbuttonscenter {
    justify-content: center;
}

.sqwpluginbuttonsjustify {
    justify-content: space-between;
}


.sqwpluginbuttons a
{
	border-color: #2e2928;
	border-width: 1px;
	border-style: solid;
	padding: 15px 25px 15px 25px;
	background: url(../../../../../images/gradient/?s=b6760c&e=c50001&h=160) repeat-x #c50001;
	font: bold 15px Inter,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 1.9px;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.2);
	border-radius: 3px;
	display: block;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

.sqwpluginbuttons a:hover
{
	border-color: #2e2928;
	background: #c50001;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
