.decorated-column-center, h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif!important;
}

#cssmenu > ul > li > a, .fake-cssmenu > ul > li > a {
  font-family: 'Raleway', sans-serif!important;
  font-weight: 500!important;
  font-size: 20px!important;
}

.app_store {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: transparent;
}

.app_store img {
  padding: 0 10px;
}

a img {
  border: 0;
}

a.login:link {
  color: #ffffff;
  font-weight: bold;
}

a.login:active {
  color: #ffffff;
  font-weight: bold;
}

a.login:visited {
  color: #ffffff;
  font-weight: bold;
}

a.login:hover {
  color: #ddddff;
  font-weight: bolder;
}

.bbutton {
  overflow: visible;
  width: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  outline: none;
  padding: 6px 9px;
  font: 300 15px/1em 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  color: #31a8e0;
  text-shadow: 0 1px 0 #f0f0f0;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(191, 220, 231));
  font-weight: 400;
      	/* background: #51c8ff; */
      	/* background: -webkit-gradient(linear, left top, left bottom, from(#51c8ff), to(#41b8ef));
      	background: -moz-linear-gradient(top, #51c8ff, #41b8ef); */
  border-width: 1px;
  border-style: solid;
  border-color: #bbb #bbb #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 #f8f8f8;
  -moz-box-shadow: 0 1px 0 #f8f8f8;
  box-shadow: 0 1px 0 #f8f8f8;
}

.bbutton:hover, .bbutton:focus {
  color: #333;
  text-shadow: 0 1px 0 #f0f0f0;
  background: #e5e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dddddd));
  background: -moz-linear-gradient(top, #f0f0f0, #dddddd);
  border-color: #999 #999 #666;
}

.bbutton:active, .bbutton:active {
  color: #333;
  text-shadow: none;
  background: #ddd;
  border-color: #999 #999 #666;
}

.btn {
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.btn,.menu-selection {
  background-color: transparent;
}

.btn.btn-primary {
  background-color: #38A8E0;
  border-color: #1f8ec6;
  color: #fff;
}

.btn.btn-padded {
  margin: 0 6px;
}

.btn {
  color: #45AEDE;
  border-radius: 10px;
  line-height: 20px;
  font-size: 13px;
  padding: 0 6px;
  border-color: #45AEDE;
  outline: 0!important;
}

.btn.focus,.btn:focus,.btn:hover {
  color: #EC008C!important;
  text-decoration: none;
  border-color: #EC008C!important;
  background: 0 0!important;
}

h2 {
  color: #EC008C!important;
  font-size: 33px;
  font-weight: 400;
}

h4 {
  font-size: 23px;
  font-weight: 400;
}

td img {
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

td {
  padding: 5px 10px;
  width: 45%;
  font-size: 18px;
  font-weight: 400;
}

.img-container-td img {
  vertical-align: middle;
  width: 70%;
}

.img-container-td {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  margin: 0!important;
  margin-left: 5px!important;
}

p {
  margin: 5px 0 !important;
}