.gutenberg #editor .blue-message, .blue-message {
background: none repeat scroll 0 0 #3399ff;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
} 
.gutenberg #editor .green-message, .green-message {
background: none repeat scroll 0 0 #8cc14c;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
} 
.gutenberg #editor .orange-message, .orange-message {
background: none repeat scroll 0 0 #faa732;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
} 
.gutenberg #editor .red-message, .red-message {
background: none repeat scroll 0 0 #da4d31;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
} 
.gutenberg #editor .grey-message, .grey-message {
background: none repeat scroll 0 0 #53555c;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
} 
.gutenberg #editor .left-block, .left-block {
background: none repeat scroll 0 0px, radial-gradient(ellipse at center center, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #8b8e97;
padding: 10px;
margin: 10px;
float: left;
} 
.gutenberg #editor .right-block, .right-block {
background: none repeat scroll 0 0px, radial-gradient(ellipse at center center, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #8b8e97;
padding: 10px;
margin: 10px;
float: right;
} 
.gutenberg #editor .blockquotes, .blockquotes {
background: none;
border-left: 5px solid #f1f1f1;
color: #8B8E97;
font-size: 14px;
font-style: italic;
line-height: 22px;
padding-left: 15px;
padding: 10px;
width: 60%;
float: left;
} 
.gutenberg #editor .donatebutton, .donatebutton {
height: 36px;
padding: 0 10px;
line-height: 36px;
color: #fff;
text-transform: uppercase;
width: 120px;
text-align: center;
text-decoration: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background: #b60047;
background: -moz-linear-gradient(180deg, rgba(182, 0, 71, 0.85477941) 0%, #ff7b43 100%);
background: -webkit-linear-gradient(180deg, rgba(182, 0, 71, 0.85477941) 0%, #ff7b43 100%);
background: linear-gradient(180deg, rgba(182, 0, 71, 0.85477941) 0%, #ff7b43 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#b60047\", endColorstr=\"#ff7b43\", GradientType=1);
float: right;
margin: 0px 90px 0px 20px;
} 
.gutenberg #editor .socialicontop, .socialicontop {
width: 20px;
height: 20px;
line-height: 20px !important;
text-align: center;
text-decoration: none;
border-radius: 50%;
} 
.gutenberg #editor .fbtopicon, .fbtopicon {
background: #3B5998;
color: white;
} 
.gutenberg #editor .team-member, .team-member {
display: flex;
flex-direction: row;
align-items: center;
} 
