body {
    font-family: 'Lato', sans-serif;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    font-family: lato;
    padding-left: 2px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: lato;
}

.page-description {
	margin-bottom: 1em;
}

table.resultTable {

}

th, a {
    color: #4d4d4d;
}

th {
    background-color: whitesmoke;
}

tr.selected {
    background-color: #fcac45;
}


.inforuta {
    border: 2px solid lightgrey;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    max-width: 300px;
}

.inforuta-whitebox {
    background-color: #ffffff;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 10px;
}

.inforuta label.control-label {
    padding-right: 0px;
}

.inforuta label.input-unit {
	text-align: left !important;
	padding-left: 0px !important;
}

.ms-box {
    border: 2px solid #ddd;
    background-color: #F5F5F5;
}

.nav-tabs > li > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav.nav-tabs {
    font-size: 18px;
}

.tab-pane {
	background-color: #ffffff;
	padding: 8px;
  border: 1px solid #ddd;
  border-top: none;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.train-results > .train-results-section:nth-child(n+2) {
    margin-top: 2rem;
}

.train-results > .train-results-section > .train-entry-label {
}

.train-results > .train-results-section > .train-entry-label > span {
    font-size: 1rem;
}

.train-entry-container {
    max-height: 30vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2px;
    border: #d4d4d4 1px solid;
    background-color: #f8f8f8;
}

.train-entry {
    border: #4d4d4d 1px solid;
    padding: 0.5rem;
    margin: 0.4rem;
    display: flex;
    width: calc(100% - 0.8rem);
    cursor: pointer;
    background-color: white;
    transition: background-color 0.081s ease-out;
}

.train-entry:hover,
.train-entry:active {
    background-color: #f0f0f0;
}

.train-entry > div {
    flex: 1 1 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: inherit;
    text-align: start;
}

.train-entry > .train-entry-describable-section {
    cursor: help;
    text-decoration: dotted underline;
    text-decoration-thickness: 1px;
}