.buttons {
    display: block;
    table-layout: fixed;
    border-radius: 7px;
    border: 1px solid #ccc;
    margin: 20px;
    background: #eee;
    padding: 30px;
}
.buttons > div a {
    margin: 5px 10px;
}
.buttons > div:not(:first-child) {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
}
.user-details {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.disconnect-form {
    padding: 0; margin: 0px 10px;
}
.disconnect-form > a {
    display: block;
    margin: 5px 0 !important;
}
ul.messages > li {
    color: red;
}

.custom-nav-tabs {
    border-bottom: 0 !important;
    margin-bottom: 5px;
}

.custom-nav-tabs-li > a {
    border: none !important;
}

.custom-nav-tabs-li > a:hover {
    border-radius: 4px;
}

.draw-svg-container {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.draw-svg-container > img {
    vertical-align: baseline;
}
