
.header-container {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    background-color: white;
    height: 84px;
    border-bottom: 1px solid #cccccc;
    /*z-index: 1000;*/
    /*box-shadow: 0 3px 3px #cccccc;*/
}

.header-container #headerLeft{
    position: absolute;
    left: 10px;
    padding: 10px 0;
    display: flex;
}

.header-container #headerRight{
    position: absolute;
    right: 20px;
    top: 30%;
    font-family: "Roboto-Mono", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #555555;
}

.header-container #icon {
    width: 64px;
    height: 64px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: inline;
    /*margin: 0 auto;*/
    /*vertical-align: middle;*/
}

.header-container #title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-style: normal;
    /*font-variant: normal;*/
    font-weight: bold;
    color: #555555;
    /*vertical-align: middle;*/
    margin-left: 8px;
    padding-bottom: 8px;
}

.section-table {
    padding: 32px 32px 0;
    width: 100%;
}

.payload-cell {
    padding: 8px;
    width: 80%;
    border: 1px solid #999999;
    vertical-align: text-top;
    border-radius: 8px;
}

.payload-content {
    padding: 16px;
    margin: 20px 20px auto;
    font-family: "Roboto-Mono", monospace;
    font-size: 16px;
    font-weight: 200;
    /*word-break: break-all;*/
    word-wrap: break-word;
}

