.grey-btn {
    background-color:#2F4F4F;
  }

.favourite-btn {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.hidden {
    display: none;
}

.patchnote-card{
    max-width: 55%;
    margin-left: 20px;
}

@media screen and (max-width: 770px) {
    .navbar a{
        width: 175px;
    }
    .navbar div{
        width: 175px;
        text-align: center;
    }
    .navbar button{
        width: 175px;
    }
    .patchnote-card{
        max-width: 97%;
    }
    .file-table{
        display: none;
    }
    .small-file-table{
        display: table;
    }
}

@media screen and (min-width: 770px) {
    .file-table{
        display: table;
    }
    .small-file-table{
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .patchnote-card{
        max-width: 90%;
    }
}