/* Image Styles */

img.img-left {
  float: left;
  margin: 0px 20px 10px 0px;
}

img.img-right {
  float: right;
  margin: 0px 0px 10px 20px;
}

img.img-box {
  padding: 2px;
  border: 1px solid #333333;
}

/* Button Styles */

a.button-yellow {
  display: inline-block;
  padding: 5px 20px;
  color: #000000 !important;
  text-decoration: none;
  background: #FDB813;
  border-radius: 6px;
}

a.button-orange {
  display: inline-block;
  padding: 5px 20px;
  color: #000000 !important;
  text-decoration: none;
  background: #F16C00;
  border-radius: 6px;
}

a.button-green {
  display: inline-block;
  padding: 5px 20px;
  color: #FFFFFF !important;
  text-decoration: none;
  background: #135D66;
  border-radius: 6px;
}

a.button-yellow i.fa,
a.button-orange i.fa,
a.button-green i.fa {
  margin-right: 7px;
}

/* Desktop Styles */

table.table-responsive {
  width: 100%;
  border-collapse: collapse;
}

table.table-responsive-plain {
  width: 100%;
  border-collapse: collapse;
}

table.table-responsive tr {
  border: 1px solid #CCCCCC;
}

table.table-responsive tr.row-headings {
  border: 1px solid #477199;
}

table.table-responsive th {
  padding: 8px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background: -webkit-linear-gradient(#477199, #1E446D);
  background: -o-linear-gradient(#477199, #1E446D);
  background: -moz-linear-gradient(#477199, #1E446D);
  background: linear-gradient(#477199, #1E446D);
  border-right: 1px solid #477199;
}

table.table-responsive td {
  padding: 8px;
  vertical-align: top;
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
}

table.table-responsive th.align-left,
table.table-responsive td.align-left {
  text-align: left;
}

table.table-responsive th.align-center,
table.table-responsive td.align-center {
  text-align: center;
}

table.table-responsive th.align-right,
table.table-responsive td.align-right {
  text-align: right;
}

table.table-responsive tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

table.table-responsive tr:nth-child(even) td {
  background-color: #F4F4F4;
}

table.table-responsive-plain tr,
table.table-responsive-plain th,
table.table-responsive-plain td {
  background: none !important;
  border: 0px !important;
}

/* Misc Styles */

.clear-floats {
  display: block;
  clear: both;
}