/*	Copyright (C) 2014 Mobintel Pty Ltd (http://www.mobintel.com.au)
	Developed by Dennis Volodomanov (https://plus.google.com/+DennisVolodomanov)
*/

.phone_plans_table {
    width: 94%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.phone_plans_table_hover {
    background-color: #eee;
}

.phone_plans_table_click {
    background-color: #ddd;
}

.phone_plans_table th {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

.phone_plans_table tr td {
    padding: 0.1rem 1rem 0.1rem 1rem;
}

.phone_plans_table td.images {
    width: 150px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 78px;
}

.phone_plans_table td.phone_plans {
    text-align: center;
    border-collapse: collapse;
    padding-left: 20px;
    padding-right: 20px;
}

.phone_plans_table td.phone_plans_right {
    text-align: right;
    border-collapse: collapse;
    padding-left: 20px;
    padding-right: 20px;
}

.td_total_desc_smaller {
    font-weight: bold;
    text-align: left;
}

.td_total_smaller {
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}

.phone_total_table {
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

    .phone_total_table tr td {
        padding: 0.1rem 1rem 0.1rem 1rem;
    }

.phone_total_table_final {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.phone_total_table_heading {
    font-size: 1.2rem;
    font-weight: bold;
}

.td_amount {
    text-align: right;
}

.td_amount2 {
    text-align: left;
}

.td_total_desc {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}

.td_total {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
}

.td_total_p {
    font-size: 1.5rem;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .show-phone-config-warning {
        display: none;
    }

    .hide-phone-config-small {
        display: block;
    }
}

@media (max-width: 1200px) {
    .show-phone-config-warning {
        display: block;
    }

    .hide-phone-config-small {
        display: none;
    }
}
