.round-button {
    width: 5%;
    height: 0;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 5%;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 3px gray;
}
.round-button:hover {
    background: #f8f8f8;
}
.round-button img {
    display: block;
    width: 76%;
    padding: 12%;
    height: auto;
}

.dl-type-name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dl-type-info {
    font-size: 16px;
    font-style: italic;
    display: block;
}    

.dl-type-info {
    color: #000000;
}    

.dl-type-info.inactive {
    color: #e0e0e0;
}    

.dl-option {
}

.os-options {
    margin-bottom: 20px;
}

.os-option {
    border: 0px solid transparent;
    margin: 0px auto;
    width: auto;
    height: 150px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    /*color: #666;*/
    opacity: 0.6;
}

.os-option .os-name {
    font-size: 18px;
    display: block;
}

.os-option input {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.os-option img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 80px; /* TODO: make the images the correct height */
    margin-bottom: 10px;
    max-width: none;
    display: inline-block;
}

#ro_win.os-option img {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.os-option.active {
    border-color: #08c;
    color: #08c;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    opacity: 1;
}

.os-option.active img {
    -webkit-filter: none;
    filter: none;
}

#next_button {
    margin-top: 20px;
}

#change_choices {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

#download_reminder {
    font-size: large;
    font-weight: bold;
}

.compatibility {
    clear: left;
}

.ac-label {
    text-align: left;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ac-toggle {
    display: none;
}

.collapser-label {
    clear: both;
}

.collapser {
    clear: both;
}

input:checked.collapser + .collapsible {
    display: block;
}

input.collapser + .collapsible {
    display: none;
}

.leaf {
    padding-top: 20px;
}

#architecture-options {
}

.architecture-warning {
    margin-top: 20px;
}

#validate_invoice_button {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
    padding-bottom: auto;
    display: inline;
}

#payment-amount, #email-field, #invoice_id {
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
    padding-bottom: auto;
}

.faq-title, #free-software, #payment-status, #donation-query  {
    font-weight: bold;
    font-size: 120%;
    color: #08c;
    cursor: pointer;
    margin-bottom: 8px;
}

#free-software-text, #payment-status-text, #donation-query-text {
}

.faq-checkbox, #free-software-checkbox, #payment-status-checkbox, #donation-query-checkbox  {
    display: none;
    position: absolute;
    left: -10000px;
}

.offscreen {
    display: none;
    position: absolute;
    left: -10000px;
}

.floating {
    z-index: 1000;
    position: fixed;
    top: 30%;
    left: 30%;
    width: 30%;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#payment-faq {
    margin-bottom: 2em;
}

.float-bottom-table {
    display: table;
    height: 100%;
    border-collapse: collapse;
}

.payment-option-benefit {
    padding-bottom: 1em;
}

.float-bottom-body {
    height: 100%;
}

.float-bottom-footer {
    display: table-row;
    vertical-align: bottom;
    height: 10px;
}

.inline-label {
    float: left;
}

.help-icon {
    margin: 5px;
}

.faq-intro {
    text-align: center;
    font-size: 24px;
}

#source-confusion {
    font-style: italic;
    text-align: center;
}

#can-edit {
    font-style: italic;
    font-size: small;
}

#dl-src-button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.arch-help {
    margin-top: 40px;
}

.thanks {
    font-size: 20px;
    font-weight: bold;
}

#invoice-advice {
    font-size: small;
    font-style: italic;
}

#too-little {
    margin-top: 20px;
}

#asking-price {
    font-style: italic;
    margin-bottom: 20px;
}

input[type="text"] {
    height: 2em;
}