#main-container
{
	margin: 0 auto;
	max-width: 982px;
}

#index-top {
  max-width: 100%;
}

.navbar-skyblue {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#copyright p {
  margin: 0 auto;
  width: 200px;
}

.inquiry-panel
{
	display: none;
}

.glyphicon {
	margin: 0 5px;
}

.message-line {
	overflow: hidden;
	width: 75%;
}

.message-right {
	float: right;
}

.message-left {
	
}

.message-time {
	margin-top: 3px;
}

#message-send {
	margin-top: 5px;
	float: right;
}

#message-panel .panel-footer {
	overflow: hidden;
}

#message-content {
	height: 150px;
}

#refresh-glyphicon {
	margin-top: -15px;
}

#refresh-glyphicon:hover{
	color: #cecece;
	cursor: pointer;
}

#refresh-button {
	margin-top: 5px;
}

#upload-attachment-progress {
	display: none;
}

#attachment-list i {
	cursor: pointer;
}

#clear-attachments {
	margin-right: 10px;
}