html, body  {
    height: 100%;
}

a {
    text-decoration: none;
}

.container-sm {
    max-width: 300px;
}

.container img {
    padding: 30px 0;
}

.main-container {
    height: 100%;
    background: linear-gradient(0deg, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
}

.main-header {
    background: #fff;
    padding: 10px;
    height: 48px;
}

.button {
    position: relative;
    padding: 15px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    text-align: center;
}

.cm {
    top: 100px;
    height: 100px!important;
}

.button img {
    position: relative;
    width: 130px;
    padding: 15px 0;
}

.add-button {
    width: 150px;
    position: relative;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    cursor: pointer;
}

.x-icon {
    width: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.error {
    position: relative;
    top: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.show {
    height: auto!important;
    min-height: 100%;
}

.show table {
    text-align: left;
}

.show table th {
    position: relative;
    padding-top: 60px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
}

.show table td, .show table a {
    color: white;
    padding: 10px 15px;
}

.score img {
    width: 50px;
}

.score {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;    
}
