    #content h1, #content .h1 {
        color: #009DFF;
        letter-spacing: -1px;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    #content h2, #content  .h2 {
        font-size:26px;
        letter-spacing: -1px;
        color: #4c4c4c;
        margin: 15px 0 0 0;
    }
    #content h3, #content .h3 {
        font-size: 23px;
        color: #666;
        letter-spacing: -1px;
    }
    #content h4, #content .h4 {
        font-size: 16px;
        color: #333;
    }
    #content  p {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:18px;
    color:#4c4c4c;
    }
    #content p.intro {
        font-size: 22px;
        line-height: 29px;
        font-weight: normal;
        color: #858585;
        margin:15px 0;
/*      font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        color: #333;*/
    }
    #content p.intro a {
        color:#333;
        text-decoration: none;
        padding:0;
    }
    #content p.intro a:hover {
        border-bottom: 1px #333 dotted;
    }
    .list-all {
        font-size: 16px;
    }
    #content  .row {
        float:left;
        width:100%;
    }
    #content .row:last-child .summary {
        border-bottom:0;
    }
    .summaries {
    float: left;
    padding: 5px 0 30px 0;
    }
    .summary {
        width:50%;
        box-sizing: border-box;
        float:left;
        min-height:200px;
/*        border: 1px #ccc solid;
        border-top: 0;
        border-left: 0;*/
        padding: 5px 0;
    }
    .summary:last-child {
        border-right: 0;
    }
    .summary ul {
        margin: 15px 0 15px 15px;
    }
    .summary li {
        padding: 0 0 0 20px;
    }
    .topics {
        border-top: 1px #ccc solid;
        padding-top: 10px;
    }
    .topics .category {
        border-bottom: 1px #ccc solid;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
     .topics .category-last {
        border-bottom: 0;
    }
    .search-panel {
        display:none;
        margin:0 0 25px 0;
    }
    .typeahead, .tt-query, .tt-hint {
        font-family: Arial, Helvetica, sans-serif;
        font-size:20px;
        width:945px;
        padding: 5px;
        margin: 15px 0 0 0;
        -webkit-appearance: none;
        border: 1px #ccc solid;
    }
    .faq-title a {
        font-weight: bold;
        text-decoration: none;
        font-size: 16px;
        color:#333;
    }
    .faq-desc {
        color:#666;
    }
    .tt-dropdown-menu {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 955px;
        border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    }
    .tt-suggestion {
        padding:10px;
    }
    .tt-is-under-cursor {
        background: #eee;
    }
    .tt-button {position: absolute;}