body {
    min-height: 2000px;
    padding-top: 70px;
}

pre {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 0;
}

code {
    background-color: #fff;
    font-family: "Courier New","Courier", monospace;
    font-size: x-small;
}

.nav-tabs {
    border-bottom: 0;
}

/* Fixes the search button height in the navabar */
.input-group-addon.input-sm {
    padding: 2px 10px;
}

.searchclose {
    height: 21px;
    font-size: 18px;
}

.clickable {
    cursor:pointer;
}

/*For UI Bootstrap*/
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

