.react-app-notifications {
margin: 0;
position: fixed;
top: 50px;
bottom: 0;
right: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto;
background-color: #222222; }
.react-app-notifications h1 {
margin-top: 0px;
color: #FFFFFF;
font-size: 22px;
margin-bottom: 13px;
text-align: center; }
.react-app-notifications__element {
color: #E0E0E0;
clear: both;
margin-bottom: 10px; }
.react-app-notifications__element__title {
font-weight: bold; }
.react-app-notifications__element a {
color: #9C9C9C; }