
table{
    margin-top:2em;
    width:100%;
    border:none;

}
table img{
    vertical-align:middle;
}
table td{
    padding: 0.4em;
    font-size:12px;
    vertical-align:middle;
}

table tr:nth-child(even) td{
    background:#ccffcc;
    color:#000;
}

table tr:nth-child(odd) td{
    background:#ffffcc;
    color:#000;
}
table tr:hover td{
    background-color:#ffff00;
    color:#000;
}


table  td a, table th a{
    color:#000;
    display: block;
    width: 100%;
}


.wmscc-converter .recent{
    margin-bottom: 20px;
}
.wmscc-converter .recent h3{
    margin-bottom: 5px;
}
.recent .pair{
    display: inline-block;
    margin: 3px 5px 0px 0px;
    border: 1px solid #ccc;
    padding: 0px 3px;
    background-color: #ddd;
}
.pair:hover{
    background-color: #ccc;
}

.chart{
    background: transparent url(images/loading.gif) no-repeat 50% 50%;
    direction: ltr;
    height: 400px;
    display: none;
}
.chart.error{
    background: transparent url(images/error.png) no-repeat 50% 50%;
}

.popular-conversions,.prev-conversions{
    text-align: center;
}
.prev-conversions .pair, .popular-conversions .pair {
    display: inline-block;
    margin: 3px 5px 0px 0px;
    border: 1px solid #ccc;
    padding: 0px 3px;
    background-color: #ddd;
    font-family: monospace;
}
