.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: #3c3840;
	border-width: 1px;
	border-style: solid;
	padding: 15px 20px 15px 20px;
	background: #e5e4e5;
	font: 13px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #000000;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 0px;
	display: block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

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

.sqwpluginbuttons a:focus
{
	border-color: #3c3840;
    background: #3c3840;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}