  

  
html #right .content:first-child {
    margin: 10px 0;
    display: block;
}

div#right { background-color: #2f2f2f; box-shadow: 0 0 8px 0 #171717; }
  

#fullflame-header-desktop{ display: none; }

@media only screen and (min-width: 720px){
   #fullflame-header-mobile{ display: none; }
   #fullflame-header-desktop{ display: block; }
   html #right .content:first-child { margin-top: 0px; }
}

