#btn_come, #btn_home, #btn_leave, #btn_travel {
	width:300px !important;
	height:50px;		
}

.col-md-12 {
	padding:0px;
}

#status_message {
	margin-bottom:10px;
	color:#E00000;
	font-weight:bold;
	display:none;
}

#status_field {
	background-color: #c0c0c0;
    color: #000;
    height: 101px;
    width: 300px;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 15px;	
    cursor:default;
    position:relative;
}

#loc {
	position: absolute;
    left: 5px;
    margin-top: -50px;
}

#state {
	position: absolute;
    margin-top: -30px;
    text-align: center;
    width: 100%;
}

#name {
    position: absolute;
    width: 100%;
    margin-top: -1px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

#login_ {
	width:100%;
	text-align:center;
	position: absolute;
    margin-top: 26px;
    margin-left: 5px;
}

#location {
	width:100%;
	height:34px;
	border:1px solid #ccc;	
}

#logout_icon {
		font-size: 35px;
    	float: left;
    	margin-top: 0px;
    	cursor: pointer;
    	color: #404040;
    	display:none;
    	left:20px;
    	position:absolute;
}

#mob_header {
	color:#fff;
	font-size:30px;
	font-weight:bold;
	position:absolute;
	margin-left:-110px;
	margin-top:7px;	
}
	
#login-panel {
	margin-top:50px;
}

.panel-heading {
	background-color:#22A7F0 !important;
	color:#fff !important;
	font-size:16px;	
}

#group-link {
	float:right;
	margin-right:20px;	
}

#log_button {
	 margin-top:0px !important;
	 font-size:15px !important;
	 width:180px !important;
}

#side-name-panel {
	font-family:'Lato', sans-serif; 
	font-size:30px;
	margin-top:20px;
	background-color:#E26D12 !important;
}

#text_comment {
	width:286px;
	height:120px;
	margin-top:5px;	
}