* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#foot_temp3 .foot_temp_c {
  width: 45.2173913%;
  float: left;
  margin-right: 4.34782609%;
  text-align: center;
  margin-bottom: 5px;
}
#foot_temp3 .foot_temp_c:last-of-type {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
#foot_temp3 .foot_temp_c ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#foot_temp3 .foot_temp_c li {
  margin: 3px 0;
  padding: 3px 0;
  font-size: 13px;
}
#foot_temp3 .foot_temp_c li b {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
@media (min-width: 640px) {
  #foot_temp3 .foot_temp_c {
    margin-bottom: 0;
    width: auto;
    text-align: left;
  }
  #foot_temp3 .foot_temp_c:last-of-type {
    margin-top: 0;
    float: right;
    width: auto;
  }
}
