#socialLoginContainer, #idSocialLoginContainer {
    display: none;
}
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}
.WaGadgetForumStateTopicList td.lastReplyTD span
{
   display: none;
}
.WaGadgetForumStateMessageList table.forumMessageTable td.left a
{
display:none;
}
.itemAuthor
{
  display: none;
}

.bob
{
  border-radius: 10px;
  background-color: rgb(193, 193, 193);
}

.past_conf_div {

  background-color: rgb(221, 223, 224);

}

.past_conf_div:hover {

  background-color: rgb(193, 193, 193);

}

.past-conf-custom-div-test {

  background-color: rgb(221, 223, 224)

}

.past-conf-custom-div-test:hover {
  
  background-color: rgb(193, 193, 193);
  transition-duration: 500ms;

}

.bob-class {

  color: black

}

.reg-link {

  background-color: rgb(221, 223, 224);
  min-height: 100px;
  padding: 10px;
  border-radius: 5px;

}

.reg-link-h {

  color: black;
  text-align: center;
  text-decoration: underline;
  font-size: 30px;
  padding: 0px;
  margin: 10px;

}

.reg-link-p {

  color: black;
  text-align: center;
  font-size: 30px;
  padding: 0px;
  margin: 10px;

}

.red {

  color:red;

}

.reg-link-small-p {

  color: black;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  padding: 5px;
  margin: 0px;

}

.reg-link:hover {

  background-color: rgb(193, 193, 193);
  transition-duration: 500ms;

}