element.style {
    height: 200px;
    padding: 10px;
    border: 1px solid white;
}

.bottom-alligned {
  postition: absolute;
  bottom: 0px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.main-toggle-left {
  margin-left: 10px; }

.main-toggle-right {
  margin-right: 10px; }

.list-group-item {
  border: 0px; }
  .list-group-item:first-child {
    border-radius: 0px;
    border: 0px;
    margin-top: 2px; }

.side-bar-spacer {
  line-height: 0.9; }

.navbar {
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  min-height: 40px;
  margin-bottom: 30px; }

.invert-red {
  border: 0px; }

.distancer {
  margin-top: 100px; }

.no-padding {
  padding: 0px; }

@media (max-width: 767px) {
  .margin-negative-xs {
    margin-left: -15px;
    margin-right: -15px; }

  .no-padding-xs {
    padding: 0px; }

  .top-navbar-margin {
    margin-bottom: 0px; } }
html, body {
  height: 100%; }

body {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; }

.push {
  height: 60px; }

.footer {
  height: 60px;
  margin-bottom: 0px; }

.dropdown-menu-righter {
  top: 0;
  left: 100%; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.dropdown.btn > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown.btn:hover > a:after {
  border-left-color: #fff; }

.dropdown.btn.pull-left {
  float: none; }

.dropdown.btn.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.btn {
  border-radius: 0px !important;
 /* white-space: normal; */}

@media (max-width: 1200px) {
  .btn-responsive {
    padding: 2px 4px;
    font-size: 80%;
    line-height: 1;
    border-radius: 3px; } }
@media (max-width: 1200px) {
  .btn-responsive {
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2; } }
.caret-right {
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

.nav-pills > li > a {
  border-radius: 0; }

.img-desc {
  font-style: italic;
  font-size: 80%; }

.in-text-logo {
  border-left: 40px white solid;
  border-bottom: 40px white solid; }

.image-tabs > li > a {
  padding: 0px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.tablelike {
  margin-bottom: 10px; }

.tablelike > div > a > img {

border: solid #ECECEC;
}

td {
    padding: 10px; }

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.body-sub {
  margin-top: 15px;
  float: left;
}

.sponsor-container {
  margin-top: 15px;
  float: left;
}

.sponsor {
  height: 150px;
  width: 300px;
  text-align: center;
  border-bottom: 1px solid #B41F2A;
}

.redborderbox {
  border-style: solid;
  border-color:#B41F2A;
  padding: 10px;
}