.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: #464646;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: url(../../../../../images/gradient/?s=e11e32&e=d3d3d3&h=160) repeat-x #d3d3d3;
	font: italic 18px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 0px;
	display: block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

.sqwpluginbuttons a:hover
{
	border-color: #000000;
	background: #a91a29;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

.sqwpluginbuttons a:focus
{
	border-color: #464646;
    background: #990e1e;    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);	font-weight: normal;
    font-style: italic;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}