.vertical-text {
	transform: rotate(270deg);
}
.sup2 {
    font-size: x-small;
    vertical-align: super;
    font-style: italic;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: rgb(51, 122, 183);
    color: white;
    padding-right: 2px;
    padding-left: 1px;
    font-family: "Times New Roman";
    font-weight: 400;
    top: -5px;
    position: relative;
}
.col-lg-1 {
  margin-left: 5px;
}
.col-lg-2 {
  margin-left: 5px;
}
.col-lg-3 {
  margin-left: 5px;
}
.col-lg-4 {
  margin-left: 5px;
}
.col-lg-5 {
  margin-left: 5px;
}
.col-lg-6 {
  margin-left: 5px;
}
.jumbotron {
 background-color: #5DADE2;
 color: white;
}
.tooltip-inner {
max-width: 600px;
/* If max-width does not work, try using width instead */
width: 400px;
white-space:pre-wrap;
}
.ui-tooltip {
	max-width: 400px;
}
	
/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
      margin-bottom: 0;
      border-radius: 0;
}
    
/* Add a gray background color and some padding to the footer */
 footer {
      background-color: #f2f2f2;
      padding: 25px;
}