.hide {
    display: none !important;
}

.tile {
    height: 200px;
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-radius: 5px;
}

.tile .icon {
    flex: 0 0 350px;
    align-self: center;
    text-align: center;
}

.tile .icon img {
    width: 300px;
    height: 150px;
    border-radius: 5px;
}

.tile .desc {
    align-self: center;
    padding: 10px 50px;
    flex: 1 1 auto;
}

.tile .desc .name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.tile .action {
    display: flex;
    flex: 0 0 250px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#unsupport {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#unsupport div {
    text-align: center;
}

#unsupport div h2 {
    margin-bottom: 20px;
}

#debug {
    margin: 10px;
    padding: 10px 30px;
    height: 100px;
    border-radius: 5px;
    overflow: auto;
}
