/* Sticky footer styles
Copyright (C) 2016-2016. ARIN
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px 0;
    text-align: center;
}

body > .container {
    padding: 30px 15px 0;
}

table {
    border-collapse: separate;
}

.isDataLabel {
    width: 15em;
    text-align: right;
}

.hasChildData {
    border-right: 1px #222222 dotted;
}

tr > td {
    font-family: monospace;
}

#queryterm {
    font-style: italic;
    padding-top: 0px;
}

#queryterm > p:first-child {
    margin-bottom: 0px;
}

#clear {
    padding-bottom: 10px;
    padding-top: 0px;
    overflow: hidden;
}

#clear > div > div > button {
    float: right;
    position: relative;
}

#external_links {
    text-align: center;
}