h2 {
    padding-bottom: 50px;
}

h3 {
    width: 50%;
    display: inline-block;
    border-bottom: 1px solid rgb(199, 199, 199);
    padding-bottom: 10px;
}

h4{
    margin-top:30px;
    font-size:22px;
}

.desc{
    padding-bottom: 30px;
}
.desc i{
    position: relative !important;
    top: .15em !important;
}

.rec_link{
    /*p*/
    margin: 0 0 10px 1.5em;
    font-size: 20px;
    color: #727272;
    font-weight: 300;
    font-family: "Roboto", Arial, serif;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    /*.text-center*/
    text-align: center;
}

table tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
table p {
    margin-top: 1em;
    margin-bottom: 1em;
}


#pageTopBtn {
  position: fixed;
  z-index: 2147483647;
  bottom: 20px;
  right: 20px;
}

#pageTopBtn i {
  padding-top: 6px
}

#pageTopBtn a {
  display: block;
  z-index: 2147483647;
  /*padding: 8px 0 0 8px;*/
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTopBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
}