th {
    /*word-break: break-all;*/

}

#insertbox {
    overflow: scroll;
    max-height: 300px;
    min-height: 200px;
}

.selectbox {
    height: 34px;
    width: 100%;
}

.container > .table {
    position: absolute;
    left: 10px;
    right: 10px;
    max-width: 100%;
    table-layout: fixed;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.logged {
    margin-right: 30px !important;
    float: right !important;
    text-align: right !important;
    margin-top: 25px !important;
}

.tabledelete {
    max-width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}

.logreg{
    width: 120px;
    margin-botton:5px;
    margin-right:10px;
}

.login{
    float: right !important;
    margin-top: 5px !important;
    margin-bottom:5px !important;
}

.logoutReg{
width: 300px
}