@charset "utf-8";
/* CSS Document */


 .mgpower {display:block; clear:both;  width:380px; margin-left:auto; margin-right:auto; margin-top:260px; height:40px; }
    
    .mgpowerleft {display:inline; float:left; width:120px; text-align:right;  margin-left:0px;}
    
    .mgpowerright {display:inline; float:left; width:210px; text-align:left;  margin-left:0px; }
    
    .mgpower p {font-size:16px; margin-top:5px; margin-bottom:0px;}
    
    .mgpower img {width:200px; }
    
    
    .bottom-links {margin-top:10px !important; margin-bottom:0px !important; display:block;  clear:both;}
    
    
    /* Small Screen */
@media only screen and (max-width: 760px) {
    
    
    .mgpower {display:block; clear:both;  width:380px; margin-left:auto; margin-right:auto; margin-top:0px; height:40px; }
    
    .mgpowerleft {margin-left:-10px !important;}
    
    
    
    .bottom-links {margin-top:0px !important; margin-bottom:0px !important; display:block;  clear:both;}
    
   body {justify-content: space-evenly;}
    
    }