<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: #737580;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #737580;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 4px;
	display: block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

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

.sqwpluginbuttons a:focus
{
	border-color: #737580;
    background: #737580;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}</pre></body></html>