.textCenter {
    text-align: center;
}

.fullWidth {
    width: 100%;
}

.leftSubMenuHeader {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: bolder;
    font-size: 18px;
}

.button {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
    color: #0057B8;
    text-decoration: underline;
}

.button-center {
    display: table;
    background:none;
    border:none;
    margin:0 auto;
    padding:0;
    cursor: pointer;
    color: #0057B8;
    text-decoration: underline;
}

.button-image {
    background:none;
    border: none;
    margin: auto;
    padding: 0;
    cursor: pointer;
    outline-style: none;
}

.button-download {
    display: inline-block;
    background: url('/images/icons/download_small.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border: none;
    margin: auto;
    padding: 0;
    cursor: pointer;
    outline-style: none;
}

.button-hide {
    display: none;
    background: url('/images/icons/newtab.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border: none;
    margin: auto;
    padding: 0;
    cursor: pointer;
    outline-style: none;
}

.button-newtab {
    display: inline-block;
    background: url('/images/icons/popupwindow.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border: none;
    margin: auto;
    padding: 0;
    cursor: pointer;
    outline-style: none;
}

.button-show {
    display: inline-block;
    background: url('/images/icons/newtab.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border: none;
    margin: auto;
    padding: 0;
    cursor: pointer;
    outline-style: none;
}

form {
    display: inline-block;
}