.container {
    font-size: 16px;
}

.suggested-game-box {
    min-height: 160px !important;
    padding: 10px !important;
    border: 1px solid blue;
    width: 75%;
    min-width: 200px;
    background-color: rgba(230, 252, 255, 1);
}

.suggested-game-text {
    margin-top: -10px;
    min-height: 150px;
    font-size: 24px;
    padding-left: 15px !important;
}

.suggested-game-button {
    float: right;
    width: 150px;
}

.suggested-game-image img {
    height: 150px;
    width: 175px;
    float: left;
}

.emphasize {
    font-weight: bold;
    text-decoration: underline;
}

.inline {
    display: inline-block;
}

.suggested-game-text a {
    text-decoration: none;
}

#suggested-game-button-image {
    max-height: 100px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -3px;
}

/******************************************** OVERRIDE BOOTSTRAP ********************************************/
div[class^='row']:not([id^='superBlip']) {
    height: 100% !important;
}

.col-sm-4 {
    min-width: 100px;
}
