<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body { min-width: 1280px; }
.banner-bgr {
		background: url(/share/images/site/bll-baner.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	
	background-color:#000000;
	}
.bll-bgr {
	background: url(/share/images/site/bgr2-5.png);
	background-repeat: repeat-y;
	background-position: center top;
	
	}
.down-bgr {
	background: url(/share/images/site/down-bgr-2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	background-size: cover;
	}
.button {
	font-family: "VeluxGothic Light";
	font-size: 16px;
	color: #E31E25;
	border: 2px solid #E31E25;
	width: 130px;
	padding: 5px;
}
#banners {
    border: medium none;
    width:100% ! important;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    
    /*z-index: 100;*/
}

#banners img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
   
}
.white {
	background-color:#FFFFFF;
	
}
.form_1 {
	font-family: Verdana;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 220px;
	background: url(/share/images/site/arrow2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFF;
}
.form_button {
	font-family: Verdana;
	font-size: 16px;
	color: #FFF;
	border: 1px solid #999;
	width: 130px;
	background: url(/share/images/site/arrow2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #333;
	padding: 10px;
}
.pad10 {
	padding: 10px;
}
  @media only screen and (min-width: 1100px) {


ul.process {
    padding: 10px;
    margin: 0;
  }

  ul.process li {
    list-style-type: none;
    display: inline;
    float: left;
    width: 100%;
    margin: 10px 0 0;
    border: 1px solid #ff0000;
    text-align: left;
    position: relative;
    padding: 0 0 0 55px;
  }

  ul.process li:after {
    content: '';
    display: block;
    height: 20px;
    width: 2px;
    position: absolute;
    background: #ff0000;
    left: 50%;
    bottom: -21px;
    margin-left: -1px;
  }

  ul.process li.last {
    margin-right: 0;
  }

  ul.process li.last:after {
    display: none;
  }

  ul.process span {
    display: block;
    padding: 10px;
  }

  ul.process span.title {
    font-weight: 700;
    padding: 10px 10px 0;
  }

  ul.process img {
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px
  }

}


@media only screen and (min-width: 1100px) {

  
  ul.process li {
    width: 18%;
    margin: 10px 2% 10px 0;
    text-align: center;
    height: 230px;
    padding: 0px;
  }

  ul.process li:after {
    height: 2px;
    width: 12%;
    right: -12%;
    left: auto;
    top: 50%;
    margin-top: -1px;
    margin-left: 0;
  }

  ul.process img {
    width: 60%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 10%;
  }

 
}

.grid-sizer,
.grid-item {
  width: 32%;
}

.tblScores th { background: #f1f1f1; }
.tblScores .score_total { background:#FF0003; color:#fff; }
.tblScores .score_total.winner { background:#000; color:#fff; }

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