/*About Us*/
h6 {
  font-size: 28px;
  color: #ab0;
  margin: 40px 0 0;
  line-height: initial;
}
table.datos {
  font-size: 21px;
  color: #999;
  line-height: 24px;
  float: left;
  width: 298px;
}
table.datos td {
  padding: 0;
  border: 0px;
}
table.datos td.first {
  width: 140px;
}
table.datos td.first p {
    font-size: 48px;
    border-width: 5px;
    border-style: solid;
    border-radius: 120px;
    padding: 26px 0 0;
    height: 120px;
    width: 120px;
    text-align: center;
    font-weight: bold;
    line-height: initial;
    margin: 15px 0;
}
table.datos td.countries {
  color: #5b2b82;
  border-color: #5b2b82;  
}
table.datos td.offices {
  color: #ff7700;
  border-color: #ff7700;  
}
table.datos td.visits {
  color: #aabb00;
  border-color: #aabb00;  
}
table.datos td.views {
  color: #0098d0;
  border-color: #0098d0;  
}
table.datos td.listings {
  color: #faba20;
  border-color: #faba20;  
}
table.datos td.devices {
  color: #00aba8;
  border-color: #00aba8;  
}
table.datos td.apps {
  color: #e42313;
  border-color: #e42313;  
}
div.clear {
  clear: both;
}
div.clear p {
  font-size: 12px;
  color: #999999;
}

/*Management*/
table.management h1 {
  font-size: 21px;
  color: #555555;
  font-weight: bold;
  margin: 0 0 5px;
}
table.management h2 {
  font-size: 14px;
  color: #999999;
  line-height: initial;
}
table.management td.first div {
  width: 120px;
  height: 120px;
  background-size: 100%;
  border-radius: 60px;
  margin: 10px 0;
}
td.martin div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/martin.jpg) no-repeat;
}
td.robin div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/robin.jpg) no-repeat;
}
td.daan div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/daan.jpg) no-repeat;
}
td.leo div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/leo.jpg) no-repeat;
}
td.tim div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/tim.jpg) no-repeat;
}
td.amarjit div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/amarjit.jpg) no-repeat;
}
td.lydia div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/lydia.jpg) no-repeat;
}
td.alec div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/alec.jpg) no-repeat;
}
td.olaf div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/olaf.jpg) no-repeat;
}
td.martink div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/martink.jpg) no-repeat;
}
td.ariel div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/ariel.jpg) no-repeat;
}
td.brad div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/brad.jpg) no-repeat;
}
td.craig div {
    background: url(//p4.zdassets.com/hc/theme_assets/603092/200118505/craig.jpg) no-repeat;
}

@media only screen 
  and (min-width: 220px) 
  and (max-width: 736px)
 {
  table.datos td.first {
    width: 140px;
  }
 }
@media only screen 
  and (min-width: 220px) 
  and (max-width: 615px)
 {
  table.datos {
    width: 100%;
  }
  table.datos td.first {
    width: 120px;
  }
  table.datos td.first p, table.management td.first div {
    font-size: 38px;
    width: 100px;
    height: 100px;
  }
 }
 @media only screen 
  and (min-width: 220px) 
  and (max-width: 440px)
 {
   table.datos {
    font-size: 18px;
  }
  table.datos td.first {
    width: 100px;
  }
  table.datos td.first p, table.management td.first div {
    font-size: 26px;
    width: 80px;
    height: 80px;
    padding: 21px 0 0;
  }
 }