body {
    font-family: 'Montserrat', sans-serif;
    color: #3a3a3a;
    background-color: #dadce0;
    padding: 0;
    margin: 0;
}

#header {
    background-color: white;
    height: 50px;
}

#rollt-logo {
    height: 28px;
    padding: 11px 0px 11px 20px;
}

#back-btn {
    float: right;
    background-image: url("images/delete.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
    background-color: white;
    height: 28px;
    width: 28px;
    border-radius: 24px;
    border: 2px solid #D5D5D5;
    cursor: pointer;
    margin: 11px 20px 11px 20px;
}

#content {
    padding: 20px;
    line-height: 1.5;
}

table {
    word-break: break-word;
}

#social-media-box-desktop {
    padding: 5px 0px;
    height: 30px;
}

#social-media-box-desktop div {
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    filter: brightness(50%);
}

#mail { background-image: url("images/icon-mail.svg"); }
#facebook { background-image: url("images/icon-facebook.svg"); }
#twitter { background-image: url("images/icon-twitter.svg"); }

h1 {
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    color: white;
}

a {
    color:  rgba(58, 58, 58, 0.95);
}