<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#unidata_app{
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    border-top: dotted 1px #e1e1e1;
    border-bottom: dotted 1px #e1e1e1;
}

.unidata_container{
    width: 100%;
    margin: 10px auto;
    /*max-height: 320px;*/
    overflow: scroll;
}

#unidata_app .unidata_filters{
	padding-top: 10px;
	width: 100%;
	max-width: 320px;
	float: left;
}

.unidata_title{
	font-size: 20px;
	margin: 10px 0px;
	font-weight: 600;
}

.unidata_summary{
	font-size: 16px;
	margin: 10px 0px;
}

#unidata_app .unidata_filters select{
	width: 100%;
	max-width: 320px;
	height: 25px;
	font-size: 16px;
}

#unidata_app .unidata_source {
    font-size: 14px;
    color: #7b7b7b;
}

.line-scale .domain{
	stroke: #cecece;
}

.line-judge-bonds .domain {
    stroke: #cecece;
    stroke-dasharray: 2;
}

.tick line{
	stroke: #cecece;
}

.tick text{
	fill: #c0c0c0;
}

.bond-median {
    stroke-width: 1.8px;
    stroke: #4e4a4a;
    fill: #fff;
    fill-opacity: 0.4;
    cursor: pointer;
}

.bond-value{
	stroke-width: .5px;
	stroke:white;
	fill-opacity:1;
}

.bond-value:hover{
	stroke-width: 1px;
	stroke:black;
	cursor: pointer;
}

circle{
	/*stroke: white;*/
	stroke-width:1.5;
	fill-opacity:.8;
}

text.judge-name-line {
    fill: #6c6c6c;
    font-size: 13px;
    stroke: #6c6c6c;
    stroke-width: .5;
}

text.bonds-points {
    fill: #F4C127;
    font-size: 13px;
    stroke: #F4C127;
    stroke-width: 0.6;
}

text.bonds-min{
	fill: #4D9BA6;
    font-size: 13px;
    stroke: #4D9BA6;
    stroke-width: 0.6;
}

text.bonds-max{
	fill: #A63305;
	font-size: 13px;
	stroke: #A63305;
	stroke-width:.4;
}

.unidata_legens{
	display: block;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	max-width: 370px;
	float: right;
}

.unidata_legens span {
    display: inline-block;
    padding: 5px;
    margin: 0 2px;
    font-size: 12px;
    color: white;
}

.unidata_legens span.minimun_bond_legend {
	background-color: #4D9BA6;
	cursor: pointer;
}

.unidata_legens span.median_bond_legend {
	background-color: #F4C127;
	color:black;
	cursor: pointer;
}

.unidata_legens span.maximun_bond_legend {
	background-color: #A63305;
	cursor: pointer;
}
</pre></body></html>