

.resultados_anteriores  li{
    
    max-width: 30%;
    display: inline-block;
    width: 30%;
    margin-right: 20%;
    border-bottom:1px solid #0F2EB0;
}


.by-garmin{
	width: 110px;
	margin-bottom: 40px;
}
.form input[type="text"]{
	margin-bottom: 30px;
}
.form input[type="submit"]{
	display: block;
    width: 160px;
    background-image: url(../assets/images/icon-right-arrow-blue.png);
    background-size: 17px;
    background-position: 82% center;
    background-repeat: no-repeat;
    line-height: 0.9;
    padding: 15px 30px 13px;
}
.form input[type="submit"]:hover{
	background-position: 90% center;
}

.iframe-content {
  position: relative;
  overflow: auto;
  width: 100%;
  border: 0;
 
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-content iframe{
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;

  border: 0;
}



@media only screen and (max-width: 800px) {
   
  .resultados_anteriores  li{
      
      max-width: 70%;
      display: block;
      width: 70%;
      margin-right: 15%;
      margin-left: 15%;
      border-bottom:1px solid #0F2EB0;
  }

}