.view-all {
    margin-top: 20px;
}

.question-title {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #dff0d8;
    border-radius: 10px;
}

.question-row {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.materials {
    margin-top: 20px;
}

.info {
    padding-right: 20px;
    padding-bottom: 30px;
}

.info-inner {
    height: 300px;
    background-color: #f0f4f5;
    border-radius: 10px;
}

.info-img {
    height: 180px;
    overflow: hidden;
}

.info-img img {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.info-category-name a {
    line-height: 2;
    color: #aaa;
    padding-left: 10px;
}

.info-name {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 15px;
    letter-spacing: -0.2px;
    overflow: hidden;
    white-space: normal;
    height: 36px;
    line-height: 18px;
}

.info-extra {
    margin-top: 10px;
    padding-bottom: 10px;
}

.info-extra div:nth-child(1) {
    padding-left: 10px;
}

.info-extra div:nth-child(2) {
    padding-right: 10px;
    text-align: right;
}