.login-logo{
	width:200px;
	margin-top: 50px;
}

.page-logo{
	height:60px;
	float:right;
}

.container {
	margin-bottom: 120px;
}

.base-bar{
	position:fixed;
	bottom:0;
	width:100%;
}

.base-bar table{
	text-align:center;
	width:100%;
}


.base-bar table td{
	background: #428BCA;
	color:#fff;
	font-size:14px;
	border-right:1px solid #3276B1;
	padding:0;
}

.base-bar table td a{
	color:#fff;
	padding:20px 0px;
	display:block;
}
.base-bar table td a:hover{
	text-decoration:none;
}

.container.station p {
  word-break: break-all;
}

.station-block{
	padding:10px;
	margin-bottom:25px;
	width: 100%;
}

.station-block p{
	height:100px;
 	word-break: break-all;
}

.station-block .alert {
	min-height: 92px;
	margin-bottom: 0;
}

.station-block span.badge {
  position: absolute;
  right: 30px;
  top: 10px;
}

.red{background: #D9534F;}
.yellow{background:#F0AD4E}
.green{background:#5CB85C}

.bubble{
	background:#fff;
	padding:25px;
	border-radius: 4px;
}

.time{
	color: #aaa;
}

.row.chat-list > div {
  margin-bottom: 20px;
}

@media screen and (max-width: 762px){
	.base-bar .base-text{
		display: none;
	}
} 