body {
  font-family: Prompt;
  font-size: 14px;
  color: #000;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  font-family: Prompt;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px
}

#contact-section .table_result{
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  display: table;
}

#contact-section .row_table{
  display: table-row;
  background: #f6f6f6;
}
#contact-section .row_table:nth-of-type(odd){
    background: #e9e9e9
}
  #contact-section .row_table.header{
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
  }
  #contact-section .row_table.green{
    background: #27ae60;
  }
  #contact-section .row_table.blue{
    background: #2980b9;
  }

#contact-section .cell{
  padding: 6px 12px;
  display: table-cell;
  width:80px;
  text-align: center;
}
#contact-section .cell_100{
  padding: 6px 12px;
  display: table-cell;
  width:100px;
  text-align: center;
}
#contact-section .cell_200{
  padding: 6px 12px;
  display: table-cell;
  width:200px;
  text-align: center;
}
#contact-section .cell_50{
  padding: 6px 12px;
  display: table-cell;
  width:50px;
  text-align: center;
}