﻿.item-anchor {
    padding-top: 70px;
    margin-top: -70px;
}

.classReference {
    padding-top: 30px;
}
    .classReference .heading {
        font-size: 26px;
        font-weight: 300;
        padding-bottom: 5px;
    }
    .classReference .sub-heading {
        font-weight: 500;
        font-size: 18px;
        padding-bottom: 20px;
        color: #217abd;
    }
    .classReference .itemName {
        font-size: 16px;
        font-weight: 500;
        color: #60686d;
    }
    .classReference .constructor {
        font-family: "Courier New", Courier, monospace;
        font-size: 15px;
        padding-bottom: 13px;
    }
    .classReference .description {
        font-size: 15px;
    }

    .classReference strong,
    .classReference 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;
    }
}