<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toolkit-sample-table {
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	width: 80%;
}

.toolkit-sample-table td {
	padding: 8px;
}

code {
	font-family: courier;
}

.tk-btn {
    height: 58px;
    background-color: #FF6B0B;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Black';
}


.tk-narrow-btn {
    height: 38px;
    background-color: #FF6B0B;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Black';
}

.tk-btn:hover,.tk-narrow-btn:hover {
	background-color: #d9000c;
	color: #fff;
}

.tk-small {
	width: 100px;
}


.tk-medium {
	width: 200px;
}

.tk-large {
	width: 300px;
}

.tk-huge {
	width: 400px;
}

.tk-full {
	width: 100%;
}

.tk-grey {
	background-color: #263645;
}

.tk-grey:hover {
	background-color: #415464;
}

.tk-red {
	background-color: #C22B1C;
}


.tk-text-input {
    height: 58px;
    border: #E6E6E8 solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 24px 0px 24px;
    font-size: 18px;
    color: #55565A;
}


.tk-n-text-input {
    height: 38px;
    border: #E6E6E8 solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 14px 0px 14px;
    font-size: 14px;
    color: #55565A;
}

.tk-dropdown {
	color: #55565A;
    border: 1px;
	border-color: #E6E6E8;
	border-style: solid;
    box-shadow: none;
	background-image: url(../images/select_dropdown.svg);
    background-repeat: no-repeat;
    background-position: 91% 50%;
	background-size: 10px;
    background-color: transparent;
	padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-font-family: 'Roboto Regular';
    padding: 5px;
    height: 58px;
	padding-left: 10px;
    cursor: pointer;
}

.tk-n-dropdown {
	color: #55565A;
    border: 1px;
	border-color: #E6E6E8;
	border-style: solid;
    box-shadow: none;
	background-image: url(../images/select_dropdown.svg);
    background-repeat: no-repeat;
    background-position: 91% 50%;
	background-size: 10px;
    background-color: transparent;
	padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-font-family: 'Roboto Regular';
    padding: 5px;
    height: 38px;
	padding-left: 10px;
    cursor: pointer;
}

.tk-label {
	cursor: pointer;
	margin-right: 10px;
}

.tk-chk-box td,.tk-rad-box td {
	border-bottom: 0px;
}


.tk-chk-box label,.tk-rad-box label {
	margin-left: 10px;
	cursor: pointer;
}</pre></body></html>