

.tab-page {
    display:none;
}

.active-page {
    display: block;
}

ul.simple-tabs {
    width:100%;
    /*max-width:500px;*/
    margin: 0;
    padding: 0;

    margin-top: 4px;
    position: absolute;
    overflow: visible;
    z-index: 99999999999;
    font-family: 'Lato', sans-serif;
    color: black;
    overflow: visible;
    font-size: 25px;
    font-weight: bold;    
}

ul.simple-tabs li {
    float:left;

    width: 230px;
    height: 115px;

/*    width: auto;
    height: 44px;*/

    /*margin-bottom: 30px;*/
    list-style-type: none;
    text-align: center;
    line-height: 28px;
    /*line-height: 44px;*/

    margin-top: 13px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;

    font-size: 16px;
    padding-top: 3px;    
}

ul.simple-tabs li:before {
	display: none;
}

ul.simple-tabs li:hover, ul.simple-tabs li:active {
    background-color: #e8e8e8;
}

ul.simple-tabs li.active {
    background-color: #f6f8fa;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black; 
}

.tab-add { 
    width: auto !important;
    float: right !important;
    padding-right: 20px;
    padding-left: 15px;
	text-align: center;
    /*line-height: 44px;*/
    margin-top: 4px;
    cursor: pointer;  
	/*margin-top: 13px;*/
    margin-bottom: 0;
    padding-left: 0;

    height: 85px;
    margin-top: 0;   
    line-height: 34px;  
    padding-top: 7px !important;     
}

.tab-page {
    /*max-width:500px;*/
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: thin #000000 solid;*/
    height: auto;
    clear: both;

    position: absolute;

    top: 130px; 
    /*top: 60px;*/    
}

.tab-2, .tab-3, .tab-4, .tab-5, .tab-6, .tab-7, .tab-8, .tab-9, .tab-10 {
	display: none;
}

.show-multi-tab-info {
    /*display: none;*/
}




@media print {

    header, footer, aside {
        display: none;
    }

    iframe {
        max-height: 5000px;
    }

    body {
        /*min-height: 1000px;*/
    }

    .page-article {
        /*min-height: 1000px;*/
    }

    .calc-form-frame {
        display: block !important;
    }

    #calc-results, #calc-form {
        display: block !important;
    }

    .tab-page {
        display: block !important;
        float: left !important;
        clear: both !important;
        position: relative !important;
        /*top: 60px !important;*/
        
        min-height: 2000px !important;
    }
}