﻿
.ellipses-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-header-small {
    float: right;
    padding: 4px 6px;
    background: none;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: inherit;
    margin: 0;
    cursor: pointer;
}

.newline-support {
    white-space: pre-wrap;
}

.analyzation-window {
    width: 100%;
    height: 250px;
    overflow: auto;
    font-size: 12px;
}