.affirm.light {
    font-family: "helvetica neue";
    font-size: 13px;
    margin: 0;
    padding: 3px;
}
.affirm.light > a {
    color: #1A72ED !important;
    text-decoration: underline;
}
.affirm.light > a:hover {}
.affirm.light > span > a {
    color: #1A72ED !important;
    text-decoration: underline;
}
.affirm.light> span > a:hover {}
.affirm.dark {
    background-color: #444444;
    color: #ffffff;
    font-family: helvetica neue;
    font-size: 13px;
    margin: 3px 0;
    padding: 5px 10px;
}
.affirm.dark > a {
    color: #ffffff !important;
    text-decoration: none;
}
.affirm.dark > a:hover {
    text-decoration: underline;
}
.affirm.dark > span > a {
    color: #ffffff !important;
    text-decoration: none;
}
.affirm.dark> span > a:hover {
    text-decoration: underline;
}
.affirm.button {
    font-family: "helvetica neue";
    font-size: 13px;
    margin: 0;
    padding: 3px;
}
.affirm.button > a {
    color: #1A72ED !important;
    text-decoration: underline;
}
.affirm.button > a:hover {}
.affirm.button > span > a {
    background-color: #1a72ed;
    border-radius: 0px;
    color: #ffffff !important;
    font-size: 10px;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
/* button yes */
.affirm.button > span > a.affirm_yes {
    background-color: #0B9393;
    border-radius: 4px 0 0 4px;
    color: #ffffff !important;
    padding: 3px 12px;
}
/* yes hover */
.affirm.button > span > a:hover.affirm_yes {
    background-color: #0EA0A0;
    box-shadow: 0 0 2px #0B9393 inset;
}
/*button no */
.affirm.button > span > a.affirm_no {
    background-color: #11C6C6;
    border-radius: 0 4px 4px 0;
    color: #ffffff !important;
    margin-left: -4px;
    padding: 3px 14px;
}
/* no hover */
.affirm.button > span > a:hover.affirm_no {
    background-color: #12D1D1;
    box-shadow: 0 0 2px #10BCBC inset;
}
.affirm.button > span > a {
    background-color: #1a72ed;
    color: #ffffff !important;
}
.affirm.inline{
    display: inline;
}
