
.sitename{
	text-shadow: 2px 2px 2px rgba(255, 53, 0, .5), 0 0 3px rgba(255, 255, 0, 0.8);
	color: rgba(255,100,0,1);
	font-size: 31px;
	margin: 20px 20px 0 20px;
	font-weight: 600;
	background-color: #f5f5f5;
}
.nav-link.active{
  border-left-color: rgb(255,155,0)!important;
  border-right-color: rgb(255,155,0)!important;
  border-top-color: rgb(255,155,0)!important;
}
.nav-link:hover{
  border-color: rgb(255,190,100)!important;
}
.nav-tabs{
  border-bottom-color: rgb(255,155,0);
}

.footer{
    border-top: 1px solid rgb(255,155,0);
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

nav.navbar{
	background-color: #f5f5f5;
	padding-bottom: 0;
}

.col{
	display: inline-block;
	width: 200px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tiny{
	margin-bottom: 0;
	padding-bottom: 0;
}

.fat{
	margin: 20px;
}

.card:hover{
	background-color: rgba(255, 155, 0, 0.36);
}

.red_warn{
	background: rgb(255,220,200);
}

.red_err{
	background: rgb(255,200,200);
}

.list-group-item.active{
    background-color: #5fae62;
    border-color: #2e9830;
}

.blocked{
	background-colod: #fedfe2;
}
.fittext{
	white-space: initial;
}