
.choose-currency{
    float: right;
}
.choose-currency p{
    font-size: 14px;
    color: #151515;
    margin-right: 5px;
}
.currency_select{
    border-radius: 0;
}
.prices{
    background: none;
    padding: 0;
    font-size: 12px;
}
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
.prices .nav-tabs:before, .prices .nav-tabs:after {
    content: "";
    display: table;
    line-height: 0;
}
.prices .nav-tabs:after {
    clear: both;
}
.prices .nav-tabs a {
    text-decoration:none;
    color: #151515;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border: none;
    border-right: 0;
    border-radius: 0;
}
.prices .nav-tabs a:hover{
    border-right: 2px solid #eeeeee;
    margin-right: 0;
}
.prices .nav-tabs .active a {
    color: white !important;
    display: block;
    margin: 0;
    border: 1px solid #535353;
    background: #535353 !important;
}
.prices .nav-tabs .active a:hover {
    color: #fff;
    border: 1px solid #535353 !important;
    background: #535353;

}
.prices .nav-tabs li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 13px;
    margin-left: 3px;
    padding: 10px 0 9px;
    text-align: center;
    width: 16%;
}


.prices .nav-tabs { 
    padding-left:0;
    margin-bottom: 0px;
}
.prices .nav-tabs li {
    padding: 0;
    margin: 0 2px 1px 2px;
    border: 1px solid #eae8e8;
}
.prices .nav-tabs li.active {
    opacity:1;
    width: 15%;
    padding: 0;
    background: #2f89c9;
    border: none;
    border-bottom: none;
    z-index: 999;
}


.prices table {
    border-spacing: 0px;
    border: 1px solid #eae8e8;  
    width: 100%;    
    border-radius:5px;
}

.prices table td {    
    border-spacing: 0px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #fff;
    background-color: #f7f7f7;
}

.prices table td:first-child {
    font-weight: bold;
    background: #d6d6d6;
}
/*
.prices table th:first-child {    
    width:99px;    
    text-align: left;
    background: #D14F00; 
    }*/

    .prices table th {
        padding: 10px;
        background: #eeeff0;
        font-size: 12px;
        text-align: center;
    }
@media screen and (max-width: 1199px) {
    .prices .nav-tabs a:hover{
        border-right: 0;
    }
.prices .nav-tabs a {
        display: block;
        width: 100%;
      }
      .prices table th,
      .prices table td{
        padding: 5px 0;
        font-size: 10px;
      }
      .prices table {
        border-radius: 0 0 5px 5px;
      }
      .prices .nav-tabs li:first-child,
      .prices .nav-tabs li.active:first-child{
        border-radius: 5px 5px 0 0;
      }
      .prices .nav-tabs li,
      .prices .nav-tabs li.active {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 1px solid #EEE;
      }   
      .prices .nav-tabs li:last-child{
        border-bottom: none;
      } 
}
@media screen and (max-width: 480px) {
    .table > thead > tr > th{
        padding: 1px;
        font-size: 8px;
    }
}
