body {
	margin-top: 20px;
}
.sidebar, .invert {
	background-color: white;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid lightgrey;
}
.invert .invert {
	border: none;
}
.content {
	padding: 15px;
}
.actions {
	padding-left: 15px;
	border-left: 5px solid black;
}
.actions:first-of-type {
	border-left: 5px solid darkslateblue;
}
.actions:nth-of-type(2) {
	border-left: 5px solid darkred;
}
.actions:nth-of-type(3) {
	border-left: 5px solid darkgreen;
}
.actions:nth-of-type(4) {
	border-left: 5px solid darkgoldenrod;
}
.main .message span.fa {
        color: white;
}
.main {
        margin-bottom: 15px;
}
.outer {
        text-align: center;
}
.footer {
        margin-top: 5px;
        padding: 5px;
        font-size: 10px;
        text-align: center;
        color: white;
        font-weight: bold;
}
.footer a {
        font-weight: bold;
}
