﻿.apiReference {
    padding-top: 30px;
}
    .apiReference .item {
        padding-bottom: 30px;
    }
        .apiReference .item .className {
        }
        .apiReference .item .desc {
            font-size: 14px;
        }
    .apiReference strong,
    .apiReference a {
        font-weight: 500;
    }

.box {
}
    .box .box-item {
        background-color: #f0f1f3;
        padding: 5px 10px;
        border-bottom: 1px solid #e2e4e6;
        font-size: 14px;
    }
        .box .box-item:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
        .box .box-item:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
    .box .box-title {
        font-size: 18px;
        color: #FFF;
        background-color: #7f8a92;
        font-weight: 300;
    }

    .box .box-item a {
        color: #4f6271;
    }

@media (max-width: 970px) {
    .box {
        display: none;
    }
}