.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
.notice-primary {
    border-color: #337ab7;
}
.notice-primary>strong {
    color: #337ab7;
}
#add_more{
	margin-bottom: 20px;
}
.body{
	padding-top: 20px;
}
.author{
	font-size: 12px;
}
.btn{
	margin-bottom: 20px;
}

.notice{
	margin-top: 10px;
}
.container{
	background-color: black;
}
.name{
	color: white;
	}
p{
	color: white;
}