.header-row {
    background-color: #ffffff;
}

.wrap-button {
    white-space: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    max-width: 100%;
}

#devBanner {
    width:100%;
    overflow:hidden; /* contain floats */
    background-color: orangered;
    color: white;
    text-align: center;
}

#whiteBanner {
    height: 20px;
}

#lateralMenu {
    height: 100vh;
    background-color: steelblue;
    color: white;
}

.main-page {
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
}

.aw:link {
    color: white;
}

/* visited link */
.aw:visited {
    color: white;
}

/* mouse over link */
.aw:hover {
    color: white;
}

/* selected link */
.aw:active {
    color: white;
}

.entityNav {
    max-height:150px;
    overflow:hidden;
    overflow-y:auto;
}

.title {
    font-weight: bold;
}

div {
    word-wrap: break-word;
}

.listPanel {
    min-height: 800px;
}

.mainJumbotron {
    min-height: 700px;
}

.box{
	width:100%;
	height:20px;
    margin: 3px;
    border-style: solid;
    border-color: gray;
}

.colorAccent1 {

    background-color: #7fc97f;
}

.colorAccent2 {
    background-color: #beaed4;
}

.colorAccent3 {
    background-color: #fdc086;
}