.token_list {
    table-layout: fixed;
}

.token_list_col{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    overflow-wrap: break-word;
}

.navbar .title {
    color: #ffffff;
    margin-top: 10px;
    width: 50%;
    text-align: right;
    float: left;
}

.user-form {
    color: #ffffff;
    margin-top: 20px;
    width: 25%;
    text-align: right;
    float: right;
}

.auth-panel {
    margin: 40px auto 0 auto;
    width: 400px;
}

.text-line {
    text-indent: 16px
}

.main-body {
    padding-top: 60px
}

.first-col {
    text-align: right;
    line-height: 1.8;
}

.second-col {
    line-height: 1.8;
    word-break: break-all;
}

div.dialog-button{
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 1em;
    border-top: 1px solid #d8dadf;
    text-align: right;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

}

.dialog-button input{
    font-weight: 700;
}

div.modal-body{
    min-height: 120px;
    height: auto;
    padding: 0;
}

.modal-body h3{
    margin: 0 0 .5em;
    padding: 20px 18px 0 18px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.571;
}

.modal-body p{
    padding: 0 18px 18px;
    font-size: 16px;
    line-height: 1.571;
}