<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tlac
{
	box-sizing: border-box;
	background: #363940;
color: #fff;
transition: all 0.6s ease-in-out;
transition-property: all;
transition-duration: 0.6s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
position: relative;
letter-spacing: 1.5px;
border: none;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
-webkit-border-radius: 0 !important;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.tlac:hover
{
text-decoration: none;
	background-color: #959595;

}

.pole {
	outline: 0;
	border-style: solid;
    color: #000000;
	border-color: black;
    font-style: italic;
    font-size: 0.9em;
    padding: 7px 10px;
    width: 200px;
    height: 25px;
}

.poletext {
	outline: 0;
	border-style: solid;
    color: #000000;
	border-color: black;
    font-style: italic;
    font-size: 0.9em;

}</pre></body></html>