<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Versione 1.0 - 2015 Trofeo Tim by Master Group Sport */
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);



body {
  padding-top: 5px;
  padding-bottom: 20px;
 /* background: #003846;*/
 background: url(../images/bc3.jpg) no-repeat center center fixed ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.container.blank{
background: #F8F8F8;
}

.top-header{
 margin-top:10px;
 margin-bottom:10px;
}
.back { background: url(../images/bg.jpg) no-repeat center;}
.row{
  padding: 15px 15px 15px 15px
}

.h3-title{
  font-family: 'Fredoka One', cursive;
}
hr.soften {
  height: 2px;
  background-image: -webkit-linear-gradient(left, rgba(255, 51, 153, 0), rgba(255, 51, 153, 0.8), rgba(255, 51, 153, 0));
  background-image:    -moz-linear-gradient(left, rgba(255, 51, 153 ,0), rgba(255, 51, 153, 0.8), rgba(255, 51, 153, 0));
  background-image:     -ms-linear-gradient(left, rgba(255, 51, 153, 0), rgba(255, 51, 153, 0.8), rgba(255, 51, 153, 0));
  background-image:      -o-linear-gradient(left, rgba(255, 51, 153 ,0), rgba(255, 51, 153, 0.8), rgba(255, 51, 153, 0));
  border: 0;


}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.navbar {
  margin-bottom: 0px;
}
.navbar-default{
  background: #780661
}
.nav-tabs&gt;li&gt;a {
    color: #FFFFFF;
    font-weight: bold;
}
.navbar-default .nav-tabs&gt;li&gt;a:hover {
    color: #AAAAAA;
    font-weight: bold;
    text-decoration: underline
}
.nav-tabs.nav-justified&gt;.active&gt;a, .nav-tabs.nav-justified&gt;.active&gt;a:focus, .nav-tabs.nav-justified&gt;.active&gt;a:hover {
    color: #AAAAAA !important;
    font-weight: bold;
    text-decoration: underline
}
.trofeo{
  padding-bottom: 20px;
}
.icon-required{
  color: #CC0000;
}
footer{
  /*color: #FFFFFF;*/
}
.ball{
 background: url(../images/ball_1.png) no-repeat left;
 width:15px;
 height:15px;
 float: left;
 margin-right:0px;
}
.righe{
 background: url(../images/righe.png) no-repeat left;
 width:36px;
 height:22px;
 float: left;
 margin-right:8px;
}
footer{
  font-size: 12px
}</pre></body></html>