@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    padding: 0;
}

html, body {
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", "Verdana", sans-serif;
    overflow-x: hidden;
}

body {
    padding: 20px 10px 50px 10px;
    color: #58585a;
}

#container {
    max-width: 800px;
    margin: 0 auto;
}

#results, #empty, #noresults, #ticket, #error {
    display: none;
}

#results > div {
    margin-bottom: 10px;
}

#results h3 {
    font-size: 16px;
    font-weight: bold;
}

#results h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #898989;
    border-bottom: 1px dotted #898989;
    padding-bottom: 5px;
    font-size: 14px;
}

#results-list a {
    text-decoration: none;
    color: inherit;
}

#results-list a .description {
    font-size: 12px;
    display: inline-block;
}

#pending, #empty, #noresults, #error {
    text-align: center;
    color: #898989;
    padding: 30px 10px 20px 10px;
}

#empty .fa-angle-right, #noresults .fa-angle-right, #ticket .fa-angle-right {
    line-height: inherit;
    margin-left: -5px;
}

#empty a.btn-default, #noresults a.btn-default {
    color: #337ab7;
}

#ticket {
    text-align: center;
    padding: 40px 10px 20px 10px;
}

#empty a.btn-default, #noresults a.btn-default, #ticket a.btn-default {
    white-space: normal;
}