div.form-error {
    margin-top:3px;
}

.well-xsm {
    padding: 9px;
    border-radius: 3px;
}

.well {
    border-radius: 4px;
    background-color:#eee;

    /*border-color: rgba(187, 187, 191, 0.47);*/

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

div.page-header a {
    color: inherit;
}
div.page-header a:hover {
    text-decoration: none;
}


nav ul li.global { float:right; }
header h1 a:hover { text-decoration:inherit; }
main { margin:0 0 50px; }
header { margin-bottom:0px; }
header div.container { position:relative; }
#login-panel { margin-top: 15px; margin-bottom:0; }
#login-panel { border:1px solid #444; background-color:#e3e3e3; }
#login-panel .notify { margin-top:5px; }
#login-panel .notify .badge {
    font-size:11px;
    background-color:#fff;
    color:#111;
}

ul.controls { list-style:none; padding:0 0 10px; margin:0; }
ul.controls li { list-style:none; padding:0 2px 0 0; margin:0; }
.twitter-typeahead {
    display:block !important
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-hint {
    display: none;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}

ol.tandc li li li {
    list-style-type: lower-latin;
}

div.breadcrumb { margin-top:10px; }

h1, .h1 {
    font-weight:800;
}