body{
  font-family: "Arial";
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.right{
  float: right;
}

.navbar-default{
  background-color: #0100fe;
  border: none;
  color: #fff;
  height: 105px;
}

.navbar-default a img{
  position: absolute;
  top : 15px;
  left: 30%;
}

.navbar-default a{
  color: #fff !important;
  width: 130px !important;
  padding-top: 70px !important;
  text-align: center;
  position: relative;
}

.navbar-default a.active{
  background-color: #bcbcbc !important;
}

.main-content{
  float: left;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.home-island{
  text-align: center;
  vertical-align: middle;
  align-items: center;
  border: none;
  padding: 20px;
}

.home-island h2{
  margin: 20px 0px 20px 0px;
  color: #0100fe;
}

nav{
  position: relative;
}

.btn-primary{
  background-color: #0100fe;
  border: none;
  border-radius: 8px;
  width: 150px !important;
  height: 50px;
  padding: 15px;
}

.btn-delete{
  background-color: #aaa;
  border: none;
  border-radius: 8px;
  width: 150px !important;
  height: 50px;
  padding: 15px;
  float: left;
  text-align: center;
  margin-top: 0px !important;
  color: #333 !important;
  cursor: pointer;
  float: left !important;
}

.home-island a{
  margin: 0px 0px 20px 0px;
  margin-left: 5%;
  /*width: 100%;*/
}

.home-island img{
  height: 70px;
}

.navbar-nav{
    margin: 0px 0px 0px 0px;
}

.form-horizontal .control-label{
  text-align: left !important;
}

.st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  }

  .team-form-container a{
    float: right;
    margin: 10px 10px;
    font-size: 1.2em;
  }

  .team-form-container button{
    float: left;
  }

.clicable{
  cursor: pointer;
  font-weight: bold;
}

.clicable:hover{
  color: #0100fe;
}

.calculator a{
  float: left;
}

.table>tbody>tr>td.clicable:hover{

}

.authentication-forms{
  width: 600px;
  align-items: center;
  margin: auto;
}
