/**************/
/* 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;
}
span.destination-input-explanation {
    display: block;
    font-weight: lighter;
    margin-top: 10px;
    font-size: 11px;
}

#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;
}

#showPlans {

}

#showPlans div.plan-container {
    padding: 5px;     
}

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

#showPlans div.plan-details {
   
}

ul.package_countries_selected {
    
}

ul.package_countries_selected li {
    
}

ul.package_countries_selected li a {
    color: #000;
    text-decoration:none;
    cursor: pointer;
}

button.countries_included_modal_opener {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: underline;    
}


