.smsPreview {
	border-radius: 14px;
	background-color: #eee;
}

.smsPreviewHeader {
	border-radius: 14px 14px 0 0;
	background-color: #5E5E5E;
	padding: 15px 15px;
	color: white;
}

.smsPreviewMessage {
	padding: 0 15px;
}

.smsPreviewRecipients {
	padding: 5px 15px 15px;
}

.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
}

.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
}

#smsPreviewRecipientsNumber .label {
	font-size: 110%;
}

.info-link {
	cursor: pointer;
}

.sms-logo a {
	padding: 60px;
	box-shadow: 0 0 3px 0px #808080;
	display: inline-block;
	width: 522px;
	border-radius: 4px;
}

.sms-logo a:hover {
	box-shadow: 0 0 7px 0px #BF031F;
}

.sms-logo p {
	font-size: 32px;
}

.form-group textarea {
	resize: none;
}
.nav-tabs.nav-justified > li {
	text-align: center;
}

#centered-button {
	text-align:center;
}

#centered-button input {
	margin-top: 15px;
}

.message-date {
	width: 130px;
}

td.message-date {
	font-size: 85%;
}

tr.future td {
	background-color: rgba(255, 193, 108, 0.19) !important;
}

.message-count {
	width: 130px;
	text-align: center;
}

.message-theme {
	width: 150px;
}

td.message-theme {
	font-size: 85%;
}

tr.log-footer td {
	padding-left: 10px !important;
	font-weight: 900;
}