

h2.hb-page-heading {
    border-bottom: 2px solid #dadada;
    color: #666666;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 0;
    padding-bottom: 2px;
}


.hb-label {
    color: #666666;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}
.hb-field-wrap {
    display: inline-block;
    margin: 0 15px;
    padding: 5px;
}

.hb-hooks-list {
    background: none repeat scroll 0 0 #ffffff;
    padding: 5px;
}

.hb-file-wrap {
    background: none repeat scroll 0 0 #fefefe;
    box-shadow: -1px 1px 3px #999999;
    margin: 20px 10px;
    padding: 20px;
}



.hb-hook-type {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #e9e9e9;
    border-left: 4px solid;
    border-right: 4px solid;
    color: #666666;
    display: inline-block;
    font-size: 1.4em;
    font-style: oblique;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 20px;
    text-align: center;
    width: 200px;
}

.hb-path-chunk {
    background: #666666 none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 1px 1px #111111;
    color: #ecc33f;
    display: inline-block;
    font-style: oblique;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 1px;
    padding: 4px 10px;
}


.hb-hook-name {
    background: #666666 none repeat scroll 0 0;
    border-left: 1px solid #eeeeee;
    border-radius: 3px;
    color: #ecc33f;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 27px;
    margin: 5px 40px;
    max-width: 500px;
    padding: 2px 10px;
}
.hb-file-path {
    margin: 0 -3px;
}

.hb-path-chunk:last-child {
    display: none;
}
