/* Enter Your Custom CSS Here */

.panel-content .wrap { padding-top:0!important; }

.entry-header, .site-branding{ display: none }

.entry-content { width: 100%!important; float: none!important; }

.ge1 {width: 120% }

td {vertical-align: top;text-align: left;color: #333;font-family: 'Ubuntu Condensed';font-size: 24px;}

tr {border: none!important; }

#pgc-42-2-2, #pgc-42-2-3 { width:25%!important; }

#pg-42-0, #pg-42-1, #pg-42-2, #pg-42-3, #pl-42 .so-panel { margin-bottom: 0px!important; }

@keyframes fadeinleft {
  0% {opacity: 0; margin-left: -50px}
  60% {opacity: 0.1}
  100% {opacity: 1; color: #fa5858!important; margin-left: 0px;}
}

.fadeinleft {
  animation: fadeinleft 1s  ease-in-out;
  animation-delay: 0.5s;
}

@keyframes fadeinright {
  0% {opacity: 0; margin-left: 50px}
  60% {opacity: 0.1}
  100% {opacity: 1; color: #fa5858!important; margin-left: 0px;}
}

.fadeinright {
  animation: fadeinright 1s  ease-in-out;
  animation-delay: 0.5s;
}