.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: #3c4a6e;
	border-width: 0px;
	border-style: solid;
	padding: 15px 25px 15px 25px;
	background: #3c4a6e;
	font: bold 14px Inter,Verdana,Helvetica,sans-serif;
	color: #f7f8fa;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	border-radius: 3px;
	display: block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

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

.sqwpluginbuttons a:focus
{
	border-color: #3c4a6e;
    background: #3c4a6e;    	font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
	color: #f7f8fa;
    outline: auto;
}