﻿
html,
body {
    height: 100%;
   
}
.a16t2-banner{
    margin-top:3%;
    margin-bottom:-8%;
    width:100%;
    height:100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url('/images/T-Share/A16T2-Share/banner.jpg');
    padding:20%;
    position:relative;
    float:left;
}

/*01*/

.a16t2-01{
    margin-top:-6%;
    margin-bottom:-5%;
    width:100%;
    height:100%;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url('/images/T-Share/A16T2-Share/A16T2_image_NEW-01.png');
    padding:18% 0;
    position:relative;
    float:left;
}

.a16t2-link-row{
    display:none;
}
@media only screen and (max-width: 735px){
    .a16t2_link{
        padding-bottom:15%;
        padding-top:5%;        
        margin-top:-10px;
    }
    .a16t2-link-row{
        display:block;
    }
}
.a16t2_link{
    background-image:url('/images/T-Share/A16T2-Share/A16T2_image_NEW-03.png');
    background-size:contain;
    background-repeat:no-repeat;
    width:13.5%;
    margin-top:20px;
    padding-bottom:20%;
}
.a16t2_link:hover{
    background-image:url('/images/T-Share/A16T2-Share/A16T2-image_NEW-15.png');


}


/*02*/
#sec-02{
    margin-top:5%;
}
.a16t2-02{
    width:100%;
    height:100%;
    position:relative;
    float:left;
}


/*03*/
.a16t2-03{
   width:100%;
   height:100%;
   padding:20%;
   background-position:center;
   background-size:contain;
   background-repeat:no-repeat;
   background-image:url('/images/T-Share/A16T2-Share/A16T2_image_NEW-05.jpg');
   position:relative;
    float:left;
}


/*04*/
.a16t2-04{

   width:100%;
   height:100%;
   padding:12% 0;
   background-position:center;
   background-size:contain;
   background-repeat:no-repeat;
   background-image:url('/images/T-Share/A16T2-Share/A16T2_image_NEW-06.jpg');
   position:relative;
    float:left;
}
/*05*/
.a16t2-tpair{
    width:100%;
    height:100%;
    background-image:url('/images/T-Share/A16T2-Share/t-pair.jpg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    padding:20% 0;
}



/*t-pair*/

.cover_spec{
    padding:20% 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
    background-image:url('/images/T-Share/A16T2-Share/A16T2_image_NEW-07.png');
}

/* table */
table {
    border-collapse: collapse;
    width: 100%;


}

th, td {
    padding: 8px;
    font-size:18px;
        text-align:center;

}

tr:nth-child(even){background-color: #f5f5f5}

th {
    background-color: #f37700;
    color: white;
     font-size:18px;
}

td > ul{
    padding-left:30%;
    text-align:left;
}
