<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
	min-height: 70px;
	background: #FFF;
}

.navbar-form {
	margin-top: 17px
}

.navbar-form .input-group .form-control {
    width: 300px;
    border-left: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}

.emptyState {
	background: #EEE;
}

.input-group-addon {
	background: none;
}

.lite-blue {
	color: #1f96d6;
}

.table {
	margin-top: -20px;
}

.table &gt; tbody &gt; tr:first-child &gt; td {
	border-top: 0;	
}

.table &gt; tbody &gt; tr &gt; td {
	padding-top: 25px;
	padding-bottom: 25px;
	cursor: pointer;
}

.eac-sugg{
  color:#ccc;
  z-index: 500;
}
.table &gt; tbody &gt; tr &gt; td:first-child {
	text-align: left;
	padding-left: 25px;
	font-size: 1.2em;
}

.table &gt; tbody &gt; tr &gt; td:last-child {
	text-align: right;
	padding-right: 25px;
}

.table &gt; tbody &gt; tr:hover &gt; td {
	background: #EEE;
}

iframe {
	border: 1px solid #EEE;
}

.modal-body #placeholder, .modal-body.loading #message, .modal-body.loading #attachments {
	display: none;
}

.modal-body.loading #placeholder, .modal-body #message, .modal-body #attachments {
	display: block;
}

#placeholder {
	width: 100%;
	height: 500px;
	text-align: center;
}

#placeholder img {
	margin-top: 240px;
}

#attachments {
	width: 100%;
	padding: 0 2%;
	background: #EEE;
	border: 1px solid #EEE;
	overflow: hidden;
}

#attachments ul {
	margin: 10px 0;
}
</pre></body></html>