.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: #5a5a5a;
	border-width: 0px;
	border-style: solid;
	padding: 15px 20px 15px 20px;
	background: #259baf;
	font: bold 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	border-radius: 7px;
	display: block;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

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