/**************/
/* Tely eSIMs */
/**************/

.row.header-div {
    margin-top: 30px;
}

.row.destination-input {
    margin-top: 60px;
    margin-bottom: 45px;    
}

.row.available-destinations {
    margin-bottom: 45px;    
}

.row.available-country-plans {
}

span.destination-input-title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

span.available-destinations-title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#showPlans {

}

span.available-country-destinations-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;    
}

span.available-region-destinations-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;    
}

#showDestinations a.country-packages-link {
    color: blue;
    cursor: pointer;
    text-decoration: none;
}

#showDestinations a.region-packages-link {
    color: blue;
    cursor: pointer;
    text-decoration: none;
}

#showCountryPlans {

}

#showCountryPlans div.plan-container,
#showCountryPlans div.plan-rectangle {
    padding: 5px;    
}

#showCountryPlans div.plan-rectangle {
    border-radius: 6px;
    border: 1px solid #CCC;
    background-color: #f5f5f5;    
}