body{
  font   : 400 14px Arial;
  color  : #111;
  margin : 0 auto
}
.main{
  margin       : 0 auto;
  padding      : 20px;
  padding-left : 60px;
}
a.sg_sprawdz{
  display            : inline-block;
  border             : 1px solid #f3ca00;
  filter             : progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEC04', endColorstr='#FFFBCC05');
  background-image   : url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiâ€¦3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWsmallPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size    : 100%;
  background-image   : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, #fbcc05), color-stop(100%, #ffec04));
  background-image   : -webkit-linear-gradient(bottom, #fbcc05 30%, #ffec04);
  background-image   : -moz-linear-gradient(bottom, #fbcc05 30%, #ffec04);
  background-image   : -o-linear-gradient(bottom, #fbcc05 30%, #ffec04);
  background-image   : linear-gradient(bottom, #fbcc05 30%, #ffec04);
  background-image   : -ms-linear-gradient(bottom, #fbcc05 30%, #ffec04);
  color              : #333;
  font-weight        : 400;
  font-size          : 16px;
  font-family        : Arial;
  text-align         : center;
  -webkit-transition : all 0.2s linear;
  -moz-transition    : all 0.2s linear;
  -o-transition      : all 0.2s linear;
  transition         : all 0.2s linear;
  z-index            : 101;
  width              : 195px;
  text-decoration    : none;
  padding            : 14px 20px;
  line-height        : normal;
  margin-right       : 10px;
  margin-bottom      : 10px;
}
a.sg_sprawdz:hover{
  opacity         : 0.6;
  text-decoration : none;
}
.col-left, .col-right{
  margin-bottom : 20px;
}
@media (min-width : 760px){
  .col-left{
    padding-right : 0;
  }

  .col-right{
    padding-left : 0;
  }
}
.text-center{
  text-align : center;
}
ol{

}
ol > li{
  font-size   : 18px;
  padding     : 5px 0;
  line-height : 24px;
}

.tenda-box{text-align : left}
.tenda-box img{width : 100%}
.tenda-box h3{margin-top : 20px !important}
.tenda-box table{margin-top : 20px;}
.tenda-box table th, .tenda-box table td{padding : 14px;text-align : center;font-size : 16px;color : black;}
.tenda-box table th{background-color : #f60}
.tenda-box table .even{background-color : #d6d6d6}
.tenda-box table .odd{background-color : #f0f0f0}