/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 1.5rem;
}

.table-striped td{
    padding: 0.35rem;
    vertical-align: baseline;
}

.form-control {
  width: auto;
  line-height: 0.9rem;
  font-size: 0.85rem;
  display: inline;
	margin: 0.1rem;
 }
 
 h1, .h1 {
  font-size: 2.3rem;
}

.table th,

.table td, td, th {
white-space: nowrap;
padding-left: 0.5rem;
}

select { 
display: inline; 
}

.borderless td, .borderless th {
    border: none;
    white-space: normal;
}

.two-lines {
    white-space: normal; 
    width: 15rem; 
    margin: 0.2rem;
}

.login_oueter {
    width: 360px;
    max-width: 100%;
}
.logo_outer{
    text-align: center;
}
.logo_outer img{
    width:120px;
    margin-bottom: 40px;
}
