﻿.content_item__game_2__table {
    display: table;
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
    cursor: pointer;
}

.content_item__game_2__row {
    display: table-row;
    height: 100%;
}

.content_item__game_2__cell_icon,
.content_item__game_2__cell_text,
.content_item__game_2__cell_button {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    height: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #D9D9D9;
}

.content_item__game_2__cell_button {
    vertical-align: middle;
    text-align: center;
    width: 7em;
}

.content_item__game_2__cell_icon {
    width: 7em;
}

.content_item__game_2__cover {
    width: 6em;
    vertical-align: top;
    margin: 0 0.5em;
    background-size: auto 100%;
    border-radius: 0.5em;
}

.content_item__game_2__cell_text {

}

.content_item__game_2__title {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 0.5em;
}

.content_item__game_2__count,
.content_item__game_2__install,
.content_item__game_2__button_text_1,
.content_item__game_2__button_text_2,
.content_item__game_2__description {
    font-size: 12px;
    line-height: 1.3;
    color: #555;
}

.content_item__game_2__install {
    margin-left: 5px;
}

.content_item__game_2__install_button {
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
    border-left: 1px solid #EEE;
}

.content_item__game_2__description {
    margin-bottom: 0.5em;
}

.content_item__game_2__button_text_1,
.content_item__game_2__button_text_2 {
    display: block;
}

.content_item__game_2__button_text_1 {
    color: black;
}

.content_item__game_2__button_icon {
    width: 2em;
}

.content_item__game_2__button_wrapper {
    padding: 0.5em 0;
    border-left: 1px solid #ECECEC;
}

@media screen and (max-width: 400px) {
    .content_item__game_2__title {
        font-size: 0.8em;
        font-weight: bold;
        margin-bottom: 1em;
    }

    .content_item__game_2__install {
        display: block;
        margin-left: 0;
    }

    .content_item__game_2__cell_button {
        width: 5.5em;
    }
}

@media screen and (max-width: 350px) {
    .content_item__game_2__cell_button {
        width: 4.5em;
    }
}

@media screen and (max-width: 280px) {
    .content_item__game_2__install_button {
        border-left: none;
    }

    .content_item__game_2__cell_icon {
        width: 5em;
    }

    .content_item__game_2__cover {
        width: 4em;
    }
}