/*
  were using Bootstrap and Font Awesome
  https://bootstrapcdn.com
*/

html {
    height: 100%;
}

.bg {    padding-top:0px;    height: 100%;   width:100%;   z-index: -1;   position: fixed; background: #000000; /* Old browsers / background: -moz-linear-gradient(top, #000000 0%, #333333 100%); / FF3.6-15 / background: -webkit-linear-gradient(top, #000000 0%,#333333 100%); / Chrome10-25,Safari5.1-6 / background: linear-gradient(to bottom, #000000 0%,#333333 100%); / W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ / filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); / IE6-9 */      }

@media (min-width: 992px){
  .container {
      width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 750px;
  }
}

.table {
    margin: 20px 0;
}

thead td a {
  text-decoration: none!important;
  font-weight: bold;
}

table td {
  width: 10%;
}

table td.nameVal {
  width: 50%;
}

.top-buffer { margin-top:20px; }

.panel-primary {
    border-color: #000000;
}

.text-on-pannel {
  background: #333 none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 6px 12px;
  position: absolute;
  margin-top: -47px;
  border: 1px solid #000;
  border-radius: 8px;
  color: white;
  font-size: 18px;
}

.panel {
  /* for text on pannel */
  margin-top: 27px !important;
}

.panel-body {
  padding-top: 30px !important;
}
