.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: #010101;
	border-width: 0px;
	border-style: solid;
	padding: 10px 22px 10px 22px;
	background: #ffffff;
	font: 16px Tahoma,Verdana,Segoe,sans-serif;
	color: #6d696a;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 0px;
	display: block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

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

.sqwpluginbuttons a:focus
{
    outline: none;
}