.content1{
float: right;
width: 75%;    
}

#topblock{
    text-align: center;
}
    
table{
    text-align: center;
    font-family:'Exo';
    border-collapse: collapse;
    margin:auto;
}
table p{
    text-align: inherit;
    cursor: pointer
}

#tr1{
    text-align: inherit;
    font-weight:bold;
}
.topblock {
    text-align: center;
    margin: 10%;
}
.tempo{
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
}
.active1{
    background-color: white;
    width: 100%;
    height:100%;
    border-radius: 5px;
    box-shadow: gray;
}
.active2{
    background-color: white;
    width: 100%;
    height:100%;
    border-radius: 5px;
    box-shadow: gray;
}
.close{
    width: 30%;
    height: 50%;
    background-color: ;
    margin: 10% auto;
    }
.close1{
    width: 60%;
    height: 50%;
    background-color: ;
    margin: 10% auto;
    } 
.close p{
    color: cornsilk;
    float: right;
    cursor: pointer;
}
.close1 p{
    color: cornsilk;
    float: right;
    cursor: pointer;
}
#imag1{
    width: 49%;
    height: 99%;
    float: left;
    border:;
    background-color:;
}
#imag2{
    width: 24%;
    height: 99%;
    float: left;
    border:;
    background-color:;
}

#image{
    background-color:;
    width: 100%;
    height: 70%;
    float: left;
    padding: 2px;
    border-radius: 10px;

}
#image img{
     width: 100%;
    height: 100%;
}
#nba{
    background-color: ;
    width: 49%;
    height: 60%;
    float: right;
}
#nba1{
    background-color: ;
    width: 24%;
    margin: 0% 1%;
    height: 70%;
    float: left;
}
#conn{ 
    width: 100%;
    height: 25%;
    border: ;
    padding-top: 10px;
    float: inherit;
    border: ;
}
#conn img{
    width: 30%;
    height: 45%;
}
@media(max-width: 600px){
  
  #imag1{
    width: 49%;
    height: 99%;
    float: left;
    border:;
    background-color:;
}  
#image{
    background-color:;
    width: 100%;
    height: 60%;
    float: left;
    padding: 2px;
    border-radius: 10px;

}
#nba{
    background-color: ;
    width: 49%;
    height: 60%;
    float: right;
    font-size: 10px;
}
.close{
    width: 70%;
    height: 40%;
    background-color: ;
    margin: 10% auto;
    } 
.content1{
	float:none;
	width:100%;
	margin:auto;
}
}