/* Remove the navbar's default rounded borders and increase the bottom margin */ 
body{
  background-color: #fbfbfb;

}

.navbar {
  border-radius: 0;
  color: #fff;

}

.navbar-inverse .navbar-nav > li > a{
  color: #fff;
}

.btn-default {
    color: #fff;
    background-color:  #1abc9c;
    border-color: #ccc;
}

.btn-success {
    color: #fff;
    background-color:  #27ae60;
    border-color: #27ae60;
}

.btn-danger {
    color: #fff;
    background-color:  #c0392b;
    border-color: #c0392b;
}

/* Remove the jumbotron's default bottom margin */ 
 .jumbotron {
  margin-bottom: 0;
}

.title2{
  color: #004d61;
}

.red{
  color: red;
}

.ctr{
  margin-bottom: 70px;
}

.prm{
  background-color: #004d61;
}

.panel-bg{
  background-color: #ecf0f1;
}

.panel-bk{
  background-color: #1abc9c;
  border-radius: 0px;
  color: #fff;
}

.panel-bk2{
  background-color: #27ae60;
  border-radius: 0px;
  color: #000;
}

.ftr{
  color:#004d61;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}

.time{
  font-family: 'Lato',sans-serif;
  
}

h2{
  color: #34495e;
}

.table th{
   text-align: center;   
}

.table td{
   text-align: center;   
}
