.notice-box {
    background: linear-gradient(141deg, #d56fac 0%, #604957 51%, #323232 75%) !important;
    color: #fff;
}
.notice-box p {
    font-weight: bold;
    font-size: 16px;
	line-height: 2.5;
	padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.notice.error {
    border-left-color: #323232;
}
.error a {
    text-decoration: none;
}
.notice-box {
    box-shadow: 2px 4px 4px #888888 !important;
}
a.rateme {
    background: #5d4855bf;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 6px;
    margin-left: 10px;
    margin-right: 10px;
}
a.dismiss {
	background: #5d4855bf;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 6px;
}