@media screen and (max-width: 1080px){
 .tablet{
	width: 50%;
	display: block;
    margin: 0 auto;
 }
}
.footer .textwidget a{
    color: #80006f!important;
}
#main{
  background-color: white!important; 
}
#page{
    background-color: white!important; 
}
.content table, .content td, .content th{
  border-color: transparent!important;
}
.none{
    display: none!important;
}