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

.acronym-highlight {
    font-weight: bold;
    text-decoration: underline;
}

#aff-image-strip {
    display: block;
    text-align: right;
}

.aff-image {
    display: inline-block;
    width: 132px;
    height: 340px;
    margin: 0;
}

.aff-image > img {
    height: 100%;
    width: auto;
}

#world-map-container {
    width: 400px;
    height: 267px;
    margin: 0 auto;
}

#partner-strip {
    display: block;
    text-align: center;
}

.partner {
    display: inline-block;
    height: 60px;
    margin: 20px 20px 20px 0;
}

.partner > img {
    height: 100%;
    width: auto;
}

#affiliate-strip {
    display: block;
    text-align: center;
}

.affiliate {
    display: inline-block;
    height: 40px;
    margin: 20px 20px 20px 0;
}

.affiliate > img {
    height: 100%;
    width: auto;
}

.tab-pane {
    padding: 15px;
}

.form-single-button {
    display: inline-block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*.pagination > li > button {*/
/*position: relative;*/
/*float: left;*/
/*padding: 6px 12px;*/
/*margin-left: -1px;*/
/*line-height: 1.42857143;*/
/*color: #337ab7;*/
/*text-decoration: none;*/
/*background-color: #fff;*/
/*border: 1px solid #ddd*/
/*}*/

/*.pagination > li:first-child > button {*/
/*margin-left: 0;*/
/*border-top-left-radius: 4px;*/
/*border-bottom-left-radius: 4px*/
/*}*/

/*.pagination > li:last-child > button {*/
/*border-top-right-radius: 4px;*/
/*border-bottom-right-radius: 4px*/
/*}*/

/*.pagination > li > button:focus,*/
/*.pagination > li > button:hover {*/
/*z-index: 3;*/
/*color: #23527c;*/
/*background-color: #eee;*/
/*border-color: #ddd*/
/*}*/

/*.pagination > .active > button,*/
/*.pagination > .active > button:focus,*/
/*.pagination > .active > button:hover {*/
/*z-index: 2;*/
/*color: #fff;*/
/*cursor: default;*/
/*background-color: #337ab7;*/
/*border-color: #337ab7*/
/*}*/

/*.pagination > .disabled > button,*/
/*.pagination > .disabled > button:focus,*/
/*.pagination > .disabled > button:hover {*/
/*color: #777;*/
/*cursor: not-allowed;*/
/*background-color: #fff;*/
/*border-color: #ddd*/
/*}*/

/*.pagination-lg > li > button {*/
/*padding: 10px 16px;*/
/*font-size: 18px;*/
/*line-height: 1.3333333*/
/*}*/

/*.pagination-lg > li:first-child > button {*/
/*border-top-left-radius: 6px;*/
/*border-bottom-left-radius: 6px*/
/*}*/

/*.pagination-lg > li:last-child > button {*/
/*border-top-right-radius: 6px;*/
/*border-bottom-right-radius: 6px*/
/*}*/

/*.pagination-sm > li > button {*/
/*padding: 5px 10px;*/
/*font-size: 12px;*/
/*line-height: 1.5*/
/*}*/

/*.pagination-sm > li:first-child > button {*/
/*border-top-left-radius: 3px;*/
/*border-bottom-left-radius: 3px*/
/*}*/

/*.pagination-sm > li:last-child > button {*/
/*border-top-right-radius: 3px;*/
/*border-bottom-right-radius: 3px*/
/*}*/