.currencyList{
    display: block;
    padding: 5px 0px;
}

.currency {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 0px 15px;
    padding: 10px;

    border-bottom: 1px solid #bbb;
    overflow:hidden;
    color: #555;
}
.currency:last-child{
    border-bottom: none;
}
span.material-icons{
    display: inline-block;
    vertical-align: top;
    float: right;
    height: 15px;
}
.currencyName{
    display: block;
    float: left;
}
.currencyCode{
    display: block;
    float: right;
}
