/*
.ChatContainer {
    width: 300px;
    position: absolute;
    left: -330px;

    background-image: url(/IMG/Backgrounds/black-orchid.png);
    background-color: #831b12;
    color: #140200;

    border-radius: 5px;
    border: 2px solid #380500;
}
*/

/*-------------- IMAGE TAB --------------*/
/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #572424;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: scratchy;
  letter-spacing: 1px;
  width: 50%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #39191a;
  color: #ffebc6;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #39191a;
  color: #ffebc6;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  line-height: 0;
  img {
    width: 100%;
  }
}
/*-------------- IMAGE TAB --------------*/
.Censored {
    filter: blur(8px);
    transition: 0.3s;

    &:hover {
    filter: blur(0);
    }
}
.GalleryContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    img {
    height: 150px;
    }

    .GalleryIMG {
        border: 1px solid black;
         margin-top: 8px;
         background-color: rgba(0, 0, 0, 0.1);
         overflow: hidden;

        p {
            margin: 0 0 0 5px;
            font-size: 11px;
        }
    }
}
.GalleryContainer.Alt img {
    height: 200px;
}
#s-m-t-tooltip {
  margin: -5px 5px 7px 12px;
}
.SideBar {
    width: 220px;
    float: left;
}
.MainContent {
    width: 1100px;
    float: none;

    display: table;
    clear: both;
}
.TabShape::before {
    left: 150px;
}
.TitleBar {
    height: 210px;
}
.InfoPanel {
    float: right;
    width: 350px;
    margin: 0 0 10px 10px;

    background-color: rgba(85, 2, 2, 0.7);
  border: 1px solid #000000;
  border-radius: 2px;

  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.InfoHeader {
    float: left;
    padding: 5px;
    height: 15px;
    width: calc(100% - 10px);

    line-height: 15px;
    font-size: 12px;
    text-align: center;
    color: #ffebc6;

    background-color: #572424;
    border-top: 1px solid #000000;
}
.LeftInfo {
    float: left;
    width: 150px;
    border-right: 1px solid black;

    p {
        margin: 0;
        padding-left: 5px;
        background: #39191a;

        font-size: 12px;
        line-height: 25px;
        color: #ffebc6;

        border-top: 1px solid black;
    }
}
.RightInfo {
    float: right;
    width: calc(100% - 151px);

    p {
        margin: 0;
        padding-left: 5px;
        background: #ffebc6;

        font-size: 12px;
        line-height: 25px;

        border-top: 1px solid black;
    }
    a {
        color: #5c0800;
        text-decoration: underline;
    }
}
.ContentsPanel {
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 1px solid #000000;
    margin: 0 10px 10px 0;

  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));

    p {
        color: #ffebc6;
        background-color: #39191a;
        margin: 0;
        padding: 7px;
    }
}
.ContentsNumber {
    width: 30px;
    float: left;
    font-size: 12px;

    p {
    background-color: #39191a;
    }

    .Alt {
    background-color: #572424;
    }
}
.ContentsText {
    float: left;
    font-size: 13px;

    p {
        background-color: #0d0d0f;
    transition: 0.2s;
    text-decoration: underline;
    }
    p:hover {
        background-color: #572424;
        color: rgb(143, 0, 0);
    }

    .Alt {
    background-color: #181616;
    }
    .Alt:hover {
    background-color: #39191a;
    }
    
    .ContentsActive {
        background-color: #572424;
    }
}
hr {
    border: 1px solid #572424;
}
h3 {
    font-family: scratchy;
    letter-spacing: 2px;
    font-size: 30px;
    margin: 5px 0 5px 0;
    color: #39191a;
}
a {
    color: #5c0800;
    text-decoration: underline;

    &:hover {
        color: #830b00;
    }
}
.ImageWrap {
    max-width: 300px;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 10px 10px 0;
    float: left;

  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));

    img {
    border-radius: 5px;
    max-width: 300px;
    }
    p {
    color: #000000;
    margin: 3px;
    font-size: 11px;
    }
}
h2 {
    letter-spacing: 2px;
    font-size: 16px;
    margin: 15px 0 5px 0;
    color: #39191a;
}