.journalview, .journalview td, .journalview th {
    padding-left: 1em;
    padding-right: 1em;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    border-collapse: collapse;
}
.journalview th{
    background-color: #00A794;
    color: white;
}
table.journalview {
    width: 80%;
    margin-bottom: 1em;
}
td.RED {
    background-color: red;
}
td.GREEN {
    background-color: green;
}
td.YELLOW {
    background-color: yellow;
}
.fixedwidth60pc {
    width: 60%;
}
.fixedwidth80pc {
    width: 80%;
}
.scoring label {
   display: inline-block;
   width: 5em; 
}
.scoring select {
    display: inline-block;
    width: 5em; 
}
.scoring input {
    display: inline-block;
    width: 5em; 
}
.results_competition {
    background-color: #7413DC;
    color: white;
    padding: 0.1em 1em;
}
.results_section {
    background-color: #00A794;
    color: white;
    padding: 0.1em 2em;
}
.separator-wrapper {
    height: 60px;
    margin: 0px auto;
}
.separator-left {
}
.separator-left * {
}
.separator-right {
}
.separator-right * {
}
.separator-block{
    display:block;
}
.separator-hr {
    display: inline;
}
.separator-hr hr{
    width: 200px;
    background-color: #7413DC;
    color:white;
    height: 2px;
    border-width: 0px;
    border-color: white;
    margin: 25px 10px;
}
.separator-icon {
    display:inline;
}
.separator-icon svg {
    width: 50px;
    height: 50px;
}