
.list-market{
    padding: 10px 0 10px 0;
    border-radius: 4px;
    -moz-box-shadow: 0 0 3px black;
    -webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
    background-color: #fdebd3;
}
.list-market th {
  background-color: #417690;
  color: white;
}

.list-market .msg-received {
    color: red;
}

.inline-group .tabular td.original p {
    height: auto! important;
}


/****************************/
/*          Messages        */
/****************************/

.msg-box {
    color: white;
}
.msg-box .bg-danger {
    background-color: red;
	border-radius: 8px;
}
.msg-box .bg-warning {
    background-color: orange;
	border-radius: 8px;
}
.msg-box .bg-success {
    background-color: green;
	border-radius: 8px;
}
.msg-inner {
    padding: 15px;
}