#container {
    margin-top: 50px;
}

.no-underline {
    text-decoration: none;
}

.sortabletable {
    margin-left: 5px;
    clear: both;
}

.sortabletable td, .sortabletable th {
    display: inline-block;
    height: 20px;
    font-size: 0.8em;
}

.sortabletable tr {
    height: 23px;
}

.xnet-feedback {
    border: 1px solid orange;
    background: #DDDDAA;
    color: white;
    text-align: center;
    max-width: 950px;
    margin: 5px;
    
}