.mod_callRates h2 {
    margin-bottom: 0px;
}

.ressourceInfo .row {
    border-bottom: solid 1px #EEE;
    padding: 5px;
    width: 100%;
    clear: both;
    height: 40px;
    position: relative;
    display: block;
    text-decoration: none;
}

#callRatesResult .country:hover {
    cursor: pointer;
    background: #EFEFEF;
}

.ressourceInfo .row .name {
    float: left;
    font-weight: bold;
    font-size: 13px;
}

.ressourceInfo .row .info {
    position: absolute;
    left: 5px;
    top: 25px;
    font-weight: normal;
    font-size: 10px;
}

.ressourceInfo .row .prices {
    float: right;
    font-size: 11px;
    margin-right: 10px;
    text-align: right;
}

.callRatesSearch label, .callRatesContinents label {
    float: left;
    width: 150px;
    display: block;
}

.ressourceInfo .loading {
    text-align: center;
}

.ressourceInfo .loading p {
    margin-top: 30px;
    color: #777;
}

.ressourceInfo .row {
    display: block;
    text-decoration: none;
    clear: both;
    border-bottom: solid 1px #EFEFEF;
}

.ressourceInfo .row .name {
    margin-top: 2px;
    font-size: 11px;
}

.callRatesContinents {
    border-top: solid 1px #EEE;
    display: none;
    height: 50px;
}

.continentsList {
    width: 350px;
    float: right;
}

.continentsList li {
    cursor: pointer;
    float: left;
}

.continentsList li.selected {
    font-weight: bold;
}
