#header, #hSub, .boxHead, .rightHead, .tableRight, .tableLeft {
  background:pink;
}
body {
  background:lightblue;
}
.logo, .url a, .url b, .boxInfo b, #sMsg, .extended, .comments .boxHead {
  font-size:0px;
}
.logo:after {
  font-size:16px;
  font-weight:bold;
  position:relative;
  top:1px;
  content:"https://celebrity.com";
}
.url a:after {
  font-size:15px;
  content:"https://celebrity.com/from_cashier_to_cash_heir/index.cfm";
}
.url b:after {
  font-size:15px;
  font-weight:bold;
  content:"BUY MY BOOK!!";
}
.extended {
  padding:20px;
}
.extended:after {
  font-size:16px;
  font-weight:bold;
  content: "Celebrity is not in your extended network";
}
.boxInfo b:after {
  font-size:15px;
  content:"Interacting with Celebrity";
}
.boxInfo > a:nth-of-type(1) {
  pointer-events:none;
  opacity:0.5;
  color:gray;
}
#sMsg {
  color:gray;
}
#name:after {
  background: url("https://myspace.f46n.org/res/discord/attachments/982729451680956426/1032677897384771604/verified.png");
  display:inline-block;
  background-size:23px 23px;
  width:23px;
  height:23px;
  content:"";
  position:relative;
  top:4px;
  margin-left:5px;
}
#sMsg:after {
  position:relative;
  top:1px;
  font-size:small;
  content: "Disabled";
}
.comments .boxHead:nth-child(1):after {
  font-size:15px;
  content: "Leave an Interaction";
  font-weight:bold;
}
.comments .boxHead:after {
  font-size:15px;
  content: "Interactions";
  font-weight:bold;
}
#commentInput {
  pointer-events:none;
  opacity:0.5;
}
#commentInput:after {
  font-size:15px;
  content:"Comments Disabled";
}
input[type=submit] {
  display:none;
}
form:after {
  font-size:15px;
  color:red;
  font-weight:bold;
  content:"Sorry, Celebrity has disabled comments.";
}
#approvalMessage {
  font-size:0px;
}
#approvalMessage:after {
  font-size:15px;
  white-space:pre;
  content: "I TOLD YOU, COMMENTS ARE DISABLED. FUCK OFF.";
}
#approvalMessage:before {
  font-size:15px;
  content: "You fucking god damn fucker. You have crossed the line.\a";
}
@media (min-width: 800px) {
    .topLeft:not(.topLeft.blogCard)::after {
        margin-top:10px;
        background-image: url("https://myspace.f46n.org/res/discord/attachments/982729451680956426/1032687723619831888/banner.png");
        display: block;
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        font-size: 20px;
    }
}