<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}

body {
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
	display: block;
	background-color: #FFFFFF;

	min-width:425px;
	width: auto !important;
	width:425px;
}

.brand-font {
    font-family: "Open Sans";
}

.page-footer {
    background-color: rgb(9, 127, 156);
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.contact-block {
    text-align: right;
    margin: 0px;
    margin-top: 0px;
    list-style-type: none;
    font-size: 11px;
    color: #333333;
    line-height: 1.5em;
    float: right;
    display: block;
}

a.sales-link
{
    color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

.hub-style
{
	background-color: rgb(9, 127, 156);
    /*background: linear-gradient(0.25turn, #3d474f, #9bbec5, #c3a460);*/
	color: #FFFFFF;
}

.topstrip
{
    position: relative;
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dcnavbar{
    position:relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 1px;
}

.dctopborder{
    border-top: 1px solid rgba(0,0,0,.125);
}

.menu_button_width
{
	width: 200px;
}

.mini_me
{
    height: 25px;
    width: 25px;
}

.half_size
{
    height: 256px;
    width: 256px;
}

.feint_border
{
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.hidden
{
    display: none;
}

.active_link
{
    cursor:pointer;
}

.availability_archived, .availability_restricted, .status_restricted, .status_archive, .status_suspended{
    font-weight: bold;
}

.availability_private{
    color:darkcyan;
}

.availability_public{
    color:darkgreen;
}

.availability_archived, .status_archive{
    color:darkred;
}

.availability_restricted, .status_suspended{
    color:darkgray;
}

.new_entity{
    background-color: #28a745;
}
</pre></body></html>