.list-group-item-danger {
    color: #000;
}

.bg-question {
    background-color: #fdf5e6 !important;
}

.table>thead>tr>th {
    border: 0px;
}

.table>tbody>tr>td {
    border: 0px;
}

.post table {
    border-top: 0px;
    border-right: 0px;
}

.post table tr:nth-child(even) {
    background-color: rgba(220, 220, 220, 0);
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

article {
    padding-bottom: 20px;
}

footer {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
}

@media only screen and (max-width: 750px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .sp {
        font-size: 12px;
        width: 40px;
    }

    .radio-inline {
        line-height: 12px;
    }

    #st-page .entry-title {
        font-size: 24px;
    }

    label[for*="question"] {
        font-size: 13px;
    }

    .post ul {
        padding-right: 0px;
        padding-left: 0px;
    }
}