input, label {
    display:block;

}

.topnav {
    overflow: hidden;
    background-color: #4099ff;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #666;
    color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
    background-color: #2196F3;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 16px;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    width:400px;
    height:40px;
    border-radius: 10px;;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-group-item li {
  white-space:pre;
}

.glyphicon-user {
  font-size:30px;
  padding-right:35px;
}
