.logic-msg-item-detail {
  height: 40px;
  background-color: #ddd;
  border-bottom: 1px solid silver;
}

.logic-msg-item-detail h1 {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0px 2px 10px;
}

.logic-msg-item-detail h2 {
  font-size: 11px;
  font-weight: normal;
  padding: 0px 5px 0px 10px;
}

.logic-msg-item-detail h3 {
  font-size: 11px;
  font-weight: normal;
  padding: 0px 5px 5px 5px;
}

.logic-msg-item-body {
  padding: 12px;
}

.shipsta-log-item-empty {
	padding: 12px;
	font-size: 12px;
	height: 184px;
}

.shipsta-log-item {
	padding: 12px;
	font-size: 12px;
}

.shipsta-log-item-container {
	background-color: #fff;
}