* {
    font-family: proxima-nova;
    color: #646464;
  }
  
  html,
  body {
    height: 100%;
    margin: 0;
  }
  
  body {
    background-color: #e4e7e9;
  }
  
  body div.footer-wrapper {
    min-height: 100%;
    margin-bottom: -200px;
  }
  
  body div.footer-wrapper div.footer-pusher {
    height: 200px;
  }
  
  header {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 12px 22px 2px rgba(0, 0, 0, 0.05);
  }
  
  .btn {
    background-color: #6b567c;
    color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
  }
  
  .btn:hover {
    text-decoration: none;
    background-color: #4d1033;
  }
  
  .status-indication-small {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
  
  .status-indication-small img {
    width: 17px;
    height: 17px;
    -webkit-filter: grayscale(1) invert(1);
            filter: grayscale(1) invert(1);
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -1px;
  }
  
  .status-indication-small.indication-red {
    background-color: #e30613;
  }
  
  .status-indication-small.indication-yellow {
    background-color: #ffcc00;
  }
  
  .status-indication-small.indication-green {
    background-color: #95c11f;
  }
  
  .status-indication-small:last-child {
    margin-right: 5px;
  }
  
  section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  
  section h1 {
    color: #4d1033;
    margin-bottom: 30px;
  }
  
  section .tile:hover {
    text-decoration: none;
  }
  
  section .tile div.tile-inner {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
  }
  
  section .tile div.tile-inner.status-teaser {
    padding-bottom: 30px;
  }
  
  section .tile div.tile-inner img.status-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
  }
  
  section .tile div.tile-inner img.infra-icon {
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  section .tile div.tile-inner h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
  }
  
  section .tile div.tile-inner span.status-text.status-text-green {
    color: #95c11f;
  }
  
  section .tile div.tile-inner span.status-text.status-text-yellow {
    color: #ffcc00;
  }
  
  section .tile div.tile-inner span.status-text.status-text-red {
    color: #e30613;
  }
  
  section .tile div.tile-inner .box-header {
    text-align: left;
    width: 100%;
    display: block;
    color: #000;
    padding-bottom: 10px;
  }
  
  section .tile div.tile-inner .message {
    border-left: solid 4px transparent;
    display: block;
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    padding-left: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #ddd;
  }
  
  section .tile div.tile-inner .message:hover {
    text-decoration: none;
    background-color: #ececec;
  }
  
  section .tile div.tile-inner .message:last-child {
    border-bottom: solid 1px #ddd;
  }
  
  section .tile div.tile-inner .message.message-yellow {
    border-left-color: #ffcc00;
  }
  
  section .tile div.tile-inner .message.message-red {
    border-left-color: #e30613;
  }
  
  section .tile div.tile-inner .message.message-green {
    border-left-color: #95c11f;
  }
  
  section .tile div.tile-inner .message p {
    margin-bottom: 0;
    width: 66%;
  }
  
  section .tile div.tile-inner .message .category-issue-status {
    display: inline;
  }
  
  section .tile div.tile-inner .message .category-issue-status p {
    display: inline;
    color: #6b567c;
  }
  
  section .tile div.tile-inner .message .category-issue-status .status-color-green {
    color: #95c11f;
  }
  
  section .tile div.tile-inner .message .category-issue-status .status-color-yellow {
    color: #ffcc00;
  }
  
  section .tile div.tile-inner .message .category-issue-status .status-color-red {
    color: #e30613;
  }
  
  section .tile div.tile-inner .message .date-light {
    text-align: right;
    padding-right: 40px;
    color: #cecece;
  }
  
  section .tile .tile-styling:hover {
    background-color: #ececec;
  }
  
  section .tile .issue-category,
  section .tile .issue-title {
    display: inline-block;
    padding-top: 6px;
  }
  
  section .tile .issue-category .title,
  section .tile .issue-title .title {
    color: #4d1033;
    font-size: 28px;
  }
  
  section .tile .issue-category .subtitle,
  section .tile .issue-title .subtitle {
    display: inline-block;
    color: #4d1033;
    font-size: 28px;
    margin-bottom: 0;
  }
  
  section .tile .issue-category span.sub,
  section .tile .issue-title span.sub {
    display: block;
  }
  
  section .tile .issue-category span.sub .issue-type,
  section .tile .issue-title span.sub .issue-type {
    display: inline-block;
  }
  
  section .tile .issue-category span.sub .issue-type.issue-type-red,
  section .tile .issue-title span.sub .issue-type.issue-type-red {
    color: #e30613;
  }
  
  section .tile .issue-category span.sub .issue-type.issue-type-yellow,
  section .tile .issue-title span.sub .issue-type.issue-type-yellow {
    color: #ffcc00;
  }
  
  section .tile .issue-category span.sub .issue-type.issue-type-green,
  section .tile .issue-title span.sub .issue-type.issue-type-green {
    color: #95c11f;
  }
  
  section .tile .issue-category span.sub .issue-date,
  section .tile .issue-title span.sub .issue-date {
    display: inline-block;
  }
  
  section .tile .issue-title {
    padding-bottom: 20px;
  }
  
  section .catergory-detail {
    padding-bottom: 15px;
  }
  
  section .catergory-detail img {
    width: 45px;
    height: auto;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 12px;
  }
  
  section .previous {
    text-align: right;
    padding-top: 15px;
  }
  
  section .previous a {
    color: #4d1033;
  }
  
  footer {
    background-color: #888f98;
    height: 200px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  
  form label
  {
      font-weight: bold;
      width: 150px;
  }
  