.list-custom li{
    font-size: 15px;
    color: #999;
    margin: 10px 5px;
    padding: 10px 5px;
    border-bottom: 1px solid #24559e;
    width: 50%;
/*    background-color: #333;*/
}

.list-custom li::before{
    content: "• ";
    color: #24559e
}

@media (max-width: 960px){
    .list-custom li{
        width: 65%;
        }
}

@media (max-width: 760px){
    .list-custom li{
        width: 85%;
        }
}

#result {
    padding-right: 20px;
    padding-top: 20px;
    font-size: 15px;
}

#result.success{
    color: #24559e;
}

#result.error{
    color: red;
}


.button .glyph {
    line-height: 1.6;
    font-size: 30px;
}