.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.page-header {
  margin-top: 0px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

th {
  text-align: center;
}

h4 {
  font-weight: bold;
}

.alert {
  margin-top: 20px;
}

.tooltip-inner {
  max-width: 300px;
}

.tab-pane {
  margin-top: 10px;
}

.row {
  margin-top: 20px;
  margin-right: 0px;
}

.footer {
  margin-top: 20px;	
}

.overlay-box {
  position: relative;
}

.overlay-text {
  top: 43px;
  left: 17px;
  position: absolute;
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.header-left {
  float: left;
  margin-top: 0px;	
}

.toggle-right {
  text-align: right;
  margin-top: 10px;	
  margin-bottom: -10px;	
}

.more-button {
  text-align: right;
  margin-top: 10px;
}

.tooltip-text {
  color: #337ab7;
  display: inline-block;
}