ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}

.list {
    color: #707070;
    font-size: 14px;
    list-style: disc outside none;
    margin-bottom: 32px;
    margin-left: 25px;
}
.list .list {
    margin-bottom: 0;
}
code {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-family: monospace;
    font-size: 14px;
}
pre code {
    display: block;
    line-height: 20px;
    margin-bottom: 32px;
    overflow: scroll;
    padding: 14px 20px;
}
p + pre code {
    margin-top: -32px;
}
.demo .numbers {
    background-color: #FFFFDD;
    border: 1px solid #EEEECC;
    margin-bottom: 32px;
    padding: 16px 20px;
}
.demo .numbers p {
    margin-bottom: 0;
}
.demo .numbers .list {
    margin-bottom: 0;
}

.cards {
    overflow: hidden;
    margin:0px;
}
.cards li {
    /*background-image: url("../images/card_logos.png");*/
    background-position: 0 0;
    float: left;
    height: 34px;
    margin-right: 9px;
    /*text-indent: -9999px;*/
    transition: all 0.2s ease 0s;
    /*width: 51px;*/
}

.cards li:last-child {
    margin-right: 0;
}
.cards .amex > img  {
    opacity:1;
    transition: all 0.2s ease 0s;
}
.cards .jcb > img  {
    opacity:1;
    transition: all 0.2s ease 0s;
}
.cards .mastercard > img {
    opacity:1;
    transition: all 0.2s ease 0s;
}
.cards .discover > img  {
    opacity:1;
    transition: all 0.2s ease 0s;
}
.cards .visa.off > img {
   opacity:0.28;
   transition: all 0.2s ease 0s;
}
.cards .amex.off > img  {
   opacity:0.28;
   transition: all 0.2s ease 0s;
}
.cards .jcb.off > img  {
   opacity:0.28;
   transition: all 0.2s ease 0s;
}
.cards .mastercard.off > img {
    opacity:0.28;
    transition: all 0.2s ease 0s;
}
.cards .discover.off > img {
    opacity:0.28;
    transition: all 0.2s ease 0s;
}
input {
    box-shadow:none;
}
