.page_title {
    border: 3px solid DodgerBlue;
    color: blue;
    background-color: #ccffcc;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ccffcc;
    overflow: hidden;
}

li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    width: 100%;
}

li a.serie {
    background-color: #4CAF50;
    color: white;
}

li a:hover:not(.serie) {
    background-color: #555;
    color: white;
}

.sidenav {
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
}

.sidenav a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    width: 100%;
}

.game_info {
    padding: 0px 10px;
}

.service-list a, p {
    text-align: right;
    display: inline-block;
    padding: 0;
}

.image_border_have {
    border-width: 2px;
    border-color: black;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
}

.image_border_missing {
    border-width: 2px;
    border-color: red;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
}

.image_border_other {
    border-width: 2px;
    border-color: red;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
}

