  .MPearthboundBG {
    background: url('038.png') right no-repeat,
    url('132.png');
    background-size: 128px, auto;
    min-height: 300px;
    padding: 16px;
    overflow: hidden;
    font: 12pt 'Calibri', sans-serif;
    color: #FFFFFF !important;
  }
  
  .MPearthboundpost {
    border: solid 2px #777;
    background: rgba(0,0,0,.6);
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);
    margin-right: 275px;
    position: relative;
  }
  
  .MPearthboundpost:after {
    content: "Layout by Erik557.";
    font-size: 10pt;
    color: black;
    float: right;
    margin-top: 32px;
  }
  
  .MPearthboundsig {
    margin: 20px 0 0 45px;
    border: solid 2px #777;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);
    background: rgba(0,0,0,.6);
    float: left;
    border-radius: 6px;
    padding: 4px;
  }
  
  .MPearthboundBG .code>.boxhead {
    color: #E8E5B3;
    margin-left: 12px;
  }
  
  .MPearthboundBG .code>.box {
    border: solid 2px #6BD6BD;
    border-radius: 6px;
    background: #290829;
    font: 11pt 'Consolas', monospace;
    color: #E8E5B3;
    box-shadow: 0px 0px 0px 1px #111;
    
  }
  
    .MPearthboundBG .quote>.boxhead {
    color: #F88058;
    margin-left: 12px;
  }
  
  .MPearthboundBG .quote>.box {
    border: solid 2px #C04048;
    color: #F88058;
    border-radius: 6px;
    background: #280828;
    box-shadow: 0px 0px 0px 1px #111;
  }
  
  .MPearthboundBG a:visited {
    color: #75cc75;
  }