.emc-notice {
    margin:15px 15px 2px 0px !important;
	font-size:1.1em !important;
	background-color:#fff !important;
	border-left:4px solid #ffba00 !important;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1) !important;
	padding:10px !important;
	line-height:1.5em !important;
}
.emc-notice .mt5{
    margin-top:5px;
}
.emc-notice.success {
    border-color:#7ad03a !important;
}
.emc-notice.notice, .emc-notice.alert {
    border-color:#ffba00 !important;
}
.emc-notice.failure {
    border-color:#dd3d36 !important;
}
.emc-notice.info {
    border-left-color: #00a0d2 !important;
}
.emc-notice.update {
    border-left-color: #cc99c2 !important;
}
#mass-order .finished{
    display:none;
}
#mass-order .ongoing .title,
#mass-order .finished .title{
	font-size:1.2em;
}
#mass-order .ongoing .image{
	margin:10px;
	float:right;
}
#mass-order .finished .warning{
	font-size:0.9em;
	color:red;
    display:none;
}
#mass-order .finished .already{
	font-size:0.9em;
    display:none;
}
.mini-logo {
    max-height: 23px;
    vertical-align:middle;
    margin-right:10px;
}