body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    color: #c0c0c0;
    background: #3f535c;
}

a {
    color: #c0c0c0;
}

.centered {
    margin: auto;
    height: auto;
    width: 1280px;
}

#main {
    transition: margin-right 0.5s;
    padding: 10px;
}

#chat {
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0px;
    overflow-x: hidden;
    transition: 0.5s;
    background: #181818;
}

#closechatbutton {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    text-decoration: none;
}

#openchatbutton {
    position: absolute;
    top: 35px;
    right: 0;
    padding: 10px;
    border-radius: 8px;
    background: #181818;
    font-size: 20px;
    text-decoration:none;
    writing-mode: vertical-lr;
    display:none;
}
