
.sfp-list {
    list-style: none;
    padding-left: 0px;
}

.sfp-list li {
    padding-left: 0.5em;
}

.sfp-list :nth-child(even){
    background-color: #fffbfb;
}
.sfp-list :nth-child(odd){
    background-color: #f4f4f4;
}


@media screen and (min-width: 880px) {
    .sfp-list {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media screen and (max-width: 880px) {
    .sfp-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 480px) {
    .sfp-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}


#trans_img {
    max-width: 100%;
}

#headerrow {
    margin-bottom: 4em;
    background: #f89f40; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f89f40 33.3%, gold 66.6%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f89f40 33.3%, gold 66.6%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f89f40 33.3%, gold 66.6%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f89f40 33.3%, gold 66.6%); /* Standard syntax */
}

#buy_link {
    font-weight: bolder;
    font-size: 1.4em;
}

.footer-bottom {
    background-color: #000000;
    min-height: 2em;
    width: 100%;
    margin-top: 2em;
    color:#f89f40;
}

.footer-bottom a:link {
    color: #f89f40;
}

.design-info {
    text-align: right;
}

.btn-info{
    background-color: #f89f40;
    border-color: #ffdc22;
}

.btn-info:active {
    background-color: #ffdc22;
    border-color: #ffdc22;
}


.btn-info:hover {
    background-color: #ffdc22;
    border-color: #ffdc22;
}