table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  max-width: 490px;
  margin: 0 auto;
}

table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  text-align: center;
  padding: 10px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 33.33333%;
}

table th:nth-child(1){
  background-color:#dddddd;
}

table th:nth-child(3){
  background-color:#f5b932;
  color: white;
}

table tr:nth-child(1) td{
  font-size: 30px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background: #2AB9FD;
  color: #fff!important;
  font-weight: normal!important;
}

table tr:nth-child(1) td img{
  width: 35px;
  margin-right: 10px;
  vertical-align: middle;
}

table tr:nth-child(2) td{
  font-size: 25px;
  color: #000!important;
  font-weight: normal!important;

}

table td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
  font-size: 20px;;
}

table td:nth-child(1){
  color: #FF9E22;
  font-weight: bold;
}

table td:nth-child(2){
  color: #2AB9FD;
}

table td:nth-child(3){
  color: #2AB9FD;
  font-weight: bold;
}
