@import url('https://fonts.googleapis.com/css?family=Lato');

body
{
    font-family: 'Lato', sans-serif;
    background-color: #333333;
}

@media all and (max-width: 1000px)
{
    #Body,
    #Head
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #Foot
    {
        padding-left: 20px;
    }
}

@media all and (max-width: 920px)
{
    .SiteTitle
    {
        display: block;
        float: none;
    }

    .SiteMenu
    {
        display: block;
        float: none;
        margin-top: 30px;
    }

    .SiteMenu .SiteSearch
    {
        float: left;
        display: block;
    }

    .SiteMenu .MeBox
    {
        display: block;
        float: none;
        padding-top: 50px;
    }

    #Head #SubMenu
    {
        margin-top: 25px;
    }
}

#Frame
{
    background-color: #333333;
    font-family: 'Lato', sans-serif;
}

.HasNew
{
    border-radius: 5px;
    background-color: #A04EC6;
    color: white;
}

.FormWrapper
{
    background: #333;
    padding: 20px 0px;
}

.SiteSearch .Button
{
    background-color: transparent !important;
}

.DiscussionForm label
{
    color: white;
}

.DiscussionForm .InputBox
{
    background-color: #2B2B2B;
    border: none;
    border-radius: 5px;
    margin-top: 5px;
    color: white;
    padding: 10px;
}

.editor-toggle-fullpage-button
{
    visibility: hidden;
}

.editor-help-text
{
    font-size: 14px;
}

.PostOptions li b
{
    font-weight: normal;
}

.DiscussionForm .InputBox:focus
{
    background: #2B2B2B;
    border: none;
    outline: none;
}

.Button
{
    background-color: #171717 !important;
    color: #a04ec6;
    border-radius: 5px;
    font-weight: normal;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.Button:hover
{
    color: #a04ec6;
}

#Head
{
    background-color: #333; 
    height: 100px;
    padding-top: 50px !important;
}

#SiteMenu ul a:hover
{
    text-decoration: none !important;
}

#SubMenu
{
    margin-top: 75px;
    font-size: 16px;
}

@media all and (max-width: 900px)
{
    #SubMenu
    {
        margin-top: 115px;
    }
}

.mainmenu
{
    margin-left: -7px;
}

@media all and (max-width: 920px)
{
    .mainmenu
    {
        margin-top: 180px;
    }
}

.mainmenu li
{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.mainmenu li a
{
    padding: 5px 10px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border-radius: 5px;
}

#home:hover
{
    color: #333;
    background: white;
}

#guidelines
{
    color: #a76d2b !important;
}

#guidelines:hover
{
    color: #333 !important;
    background: #a76d2b;
}

#discord
{
    color: #7289DA !important;
}

#discord:hover
{
    color: #333 !important;
    background: #7289DA;
}

#lineofcode
{
    color: yellow !important;
}

#lineofcode:hover
{
    color: #333 !important;
    background: yellow ;
}

#devassets
{
    color: orange !important;
}

#devassets:hover
{
    color: #333 !important;
    background: orange ;
}

#old
{
    color: white !important;
}

#old:hover
{
    color: #333 !important;
    background: white ;
}

.SignInLinks a
{
    color: #ff9e21 !important;
    text-transform: uppercase;
}

.SignInLinks .Bullet
{
    display: none;
}

.MeBox
{
    float: right;
    width: 200px;
    margin: 0;
    display: block;
    margin-top: -10px;
    max-width: 200px;
}

@media all and (max-width: 920px)
{
    .MeBox
    {
        float: left;
        margin-top: 25px;
    }
}

.MeBox .PhotoWrap
{
    margin-left: 10px;
    margin-top: 10px;
}

.MeBox .PhotoWrap img
{
    border-radius: 5px;
}

.UserBox .Username, .MeBox .Username
{
    font-weight: normal !important;
    font-size: 14px;
    text-transform: none;
    display: block;
    padding: 0;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}

.UserBox .WhoIs, .MeBox .WhoIs
{
    background-color: #2B2B2B;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ApplyButton
{
    margin-left: 50px;
}

.active
{
    color: #333 !important;
    background-color: #ffb821;
    border-radius: 5px;
}

#home:hover
{
    text-decoration: none !important;
}

#recent:hover
{
    text-decoration: none !important;
}

#youtube:hover
{
    text-decoration: none !important;
    background-color: #ce3d3d;
    color: #333333 !important;
}

#recent
{
    color: #ff9e21 !important;
}

#youtube
{
    color: #ce3d3d !important;
    margin-right: 0 !important;
}

.SiteTitle
{
    margin-right: 50px;
    float: left;
}

#Body
{
    margin-top: 25px;
    color: #DEDEDE;
}

@media all and (max-width: 920px)
{
    .SiteTitle
    {
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    #Body
    {
        margin-top: 160px;
    }
}

.SiteMenu a
{
    font-size: 18px;
    text-transform: uppercase;
}

.SiteMenu
{
    float: right;
    margin-top: 5px;
}

@media all and (max-width: 920px)
{
    .SiteMenu
    {
        float: none;
        display: block;
    }
}

.active, #recent
{
    margin-right: 25px;
}

ol.linenums
{
    color: white;
}

.RSS 
{
    display: none;
}

.SiteSearch form div input
{
    background-color: #2b2b2b;
    border-radius: 5px;
    color: #DEDEDE;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    line-height: 40px;
}

.InputBox
{
    width: 250px !important;
    height: 40px;
    font-size: 16px !important; 
}

.SiteSearch
{
    float: left !important;
    margin-top: -10px;
    /* Center */
    transform: translateX(-63%);
}

@media all and (max-width: 920px)
{
    .SiteSearch
    {
        transform: none;
        float: left !important;
    }

    .MeBox
    {
        float: left;
    }
}

.SiteSearch form div input:focus
{
    outline: none;
    color: #DEDEDE;
    background-color: #2b2b2b;
    border-color: transparent;
}

.SiteSearch .Button 
{
    background: url("images/sprites.png") 0 -260px no-repeat transparent;
    margin: 5px;
}

.SiteSearch .InputBox
{
    padding: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }

  .SpNotifications, .SpGlobe
  {
      background-position: -32px -212px;
  }

  .SpInbox, .SpEnvelope
  {
      background-position: 0 -228px;
  }

  .SpBookmarks, .SpStar
  {
      background-position: -80px -245px;
  }

  .SpOptions
  {
      background-position: 0 -212px;
  }

a:link
{
    color: #a04ec6;
}

a:visited
{
    color: #a04ec6;
}

.Button
{
    background-color: #444;
}

.Count
{
    background: #666;
}

code
{
    color: black;
}

#Form_Body
{
    height: auto !important;
}

.DataList .Item
{
    /* border: none !important; */
    background-color: #2B2B2B;
    border-radius: 5px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}

.CategoryList .Item
{
    height: 105px;
    width: 47%;
}

.CategoryList .Item:nth-child(even)
{
    height: 105px;
    float: right;
    margin-right: -2px;
}

@media all and (max-width: 1100px)
{
    .CategoryList li
    {
        width: 100% !important;
    }

    .CategoryList .Item
    {
        box-sizing: border-box;
    }

    .CategoryList li:nth-child(even)
    {
        float: left;
        margin-right: 0 !important;
    }

    /* .Section-CategoryList ul.CategoryList
    {
        padding-left: 20px;
        padding-right: 20px;
    } */
}

.CategoryList .MenuItems li
{
    width: 100px !important;
}

.DataList .Title
{
    font-weight: normal;
}

#Foot
{
    height: 200px;
    background-color: #171717;
}

#Foot .Row
{
    margin-top: 100px;
    font-size: 16px;
    max-width: 960px;
}

.Row
{
    max-width: 960px;
    width: 100%;
}

#Foot a, #Foot div
{
    color: #7b7b7b;
}

#powered
{
    float: right;
    text-align: right;
}

#patreon-footer
{
    float: left;
    text-align: left;
}

#patreonLink
{
    color: #ff3e24 !important;
    font-size: 24px;
}

#brackeys
{
    font-size: 24px;
    color: #8B37FF !important;
}

@media all and (max-width: 900px)
{
    #patreon-footer
    {
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    #copyright
    {
        float: left;
    }

    #powered
    {
        float: left;
        text-align: left;
        margin-top: -60px;
        margin-left: -140px;
    }
}

.Button:hover
{
    background-color: #ccc;
}

.CategoryList li 
{
    width: 400px;
    float: left;
    height: 130px;
}

#Content
{
    margin-left: 0;
}

.HomepageTitle
{
    display: block;
    font-size: 200%;
}

.Section-CategoryList .HomepageTitle
{
    display: none;
}

.Title
{
    color: white !important;
    font-size: 16px !important;
}

.Overlay .Popup .Border .Body
{
    background-color: #333;
    color: white;
}

#Form_SignIn
{
    color: white;
}

#Form_SignIn:hover
{
    background-color: #777;
}

#Form_Go
{
    margin-top: 9px;
    border: none;
}

#Form_Go:hover
{
    background-color: transparent;
    border: none;
}

.IPAddress
{
    display: none;
}

.Author img
{
    border-radius: 5px;
}

.Author .Username
{
    color: white;
    font-weight: normal !important;
}

#Form_Body
{
    background: #2B2B2B;
    border-radius: 5px;
    outline: none;
    color: white;
}

pre
{
    border: none;
    background-color: #2B2B2D;
    border-radius: 5px;
}

ol.linenums li
{
    background-color: #333;
}

a.Bookmark:hover
{
    color: white !important;
    background-position: 0 -2px;
}

.Discussion .PageTitle h1
{
    font-size: 20px;
    margin-bottom: 20px;
}

.ItemDiscussion
{
    background-color: #232323 !important;
    border: none !important;
    padding: 10px;
    border-radius: 5px;
}

.Unread.ItemDiscussion
{
    background-color: #232323;
}

.Read.ItemDiscussion
{
    background-color: #2B2B2B !important;
}

.Read.ItemDiscussion .Title a
{
    color: white;
}

.Discussions .DataList .Item, .NarrowList .Item
{
    padding: 10px;
}

.OptionsTitle
{
    background: url("images/sprites.png");
    background-position: 5px -211px;   
}

li.no-icon
{
    height: auto !important;
}

.MItem
{
    margin-left: 0 !important;
    margin-right: 5px;
}

#Form_Body
{
    width: 100% !important;
    overflow: auto !important;
}

.newthread
{
    width: 300px;
    height: 50px;
    color: white;
    background-color: #a04ec6;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    font-weight: bold;
    margin-left: 25px;
}

.newthread:hover
{
    cursor: pointer;
}

.newthread:active
{
    border: none;
}

.file-input
{
    display: none;
}

.LastCommentDate
{
    display: none;
}

#search-results
{
    padding-top: 50px;
}

.Discussions li
{
    margin-bottom: 15px !important;
}

#Content .Discussions
{
    margin-top: 20px;
}

.PageDescription
{
    font-size: 18px;
    margin-top: 10px;
}

#Form_Email, #Form_Password
{
    background-color: #2b2b2b;
    color: #DEDEDE;
    width: 250px;
    height: 40px;
}

#Form_Email, #Form_Password:focus
{
    outline: none;
}

.InputAndButton
{
    display: none;
}

.MessageList .ItemComment
{
    background-color: #232323;
}

.str {
    color: white;
}

.pun, .pln
{
    color: white;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #393939;
}

.kwd
{
    color: rgb(143, 143, 255);
}

.typ
{
    color: rgb(197, 2, 197);
}

.fun {
    color: lightcoral;
}

.dec, .var {
    color: rgb(197, 2, 197);
}

.atv {
    color: rgb(0, 211, 0)
}

.atn {
    color: rgb(197, 2, 197);
}


.tag {
    color: lightblue;
}

.Tag
{
    margin-right: 10px;
    border-radius: 5px;
    background-color: #171717;
    padding: 3px 8px;
}

.ToggleFlyout .Flyout
{
    background-color: #171717;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 5px;
}

.ToggleFlyout .Flyout li a
{
    color: white !important;
    text-transform: none;
    font-size: 12px;
    font-weight: normal !important;
    padding-left: 5px;
}

.Flyout:after
{
    border-bottom: 7px solid #171717;
    top: -7px;
}

.MenuItems
{
    border: none;
    border-radius: 5px;
}

.MenuItems a
{
    border-radius: 5px;
}

.MenuItems a:hover
{
    background: #a04ec6 !important;
}

.MenuItems hr
{
    border-color: #2B2B2B;
}

.MeButton
{
    border-radius: 5px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.Popin
{
    padding: 5px;
}

.SignInLinks
{
    float: right;
    background: #2B2B2B;
    border-radius: 5px;
    padding: 9px 10px;
}

.SignInLinks a
{
    margin: 0px;
    color: white !important;
    font-size: 12px;
    border-radius: 5px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.SignInLinks a:nth-child(1)
{
    margin-right: 40px;
}

.SignInLinks a:hover
{
    text-decoration: none;
    background: white;
    color: #2B2B2B !important;
}

.Border
{
    border-radius: 5px;
    background: #333333;
}

#Form_Email, #Form_Password
{
    background: #2B2B2B;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto !important;
    width: 500px !important;
    margin-top: 5px;
}

#Form_User_SignIn .Buttons
{
    margin-top: 30px;
}

#Form_User_SignIn .CreateAccount
{
    margin-top: 20px;
}

#Form_User_SignIn .Button
{
    margin-right: 10px;
    color: #A04EC6;
}

#Form_User_Register ul li
{
    margin-bottom: 30px;
}

#Form_User_Register ul li label
{
    margin-bottom: 5px;
}

#Form_User_Register input
{
    font-size: 14px !important;
    height: auto !important;
    width: auto !important;
}

#Form_User_Register #Form_Email
{
    width: 300px !important;
}

#Form_User_Register #Form_Name
{
    background: #2B2B2B;
    border-radius: 5px;
    padding: 10px;
    color: white;
    border: none;
    width: 300px !important;
}

#Form_User_Register #Form_Name:focus
{
    outline: none;
}

#Form_User_Register #Form_PasswordMatch
{
    background: #2B2B2B;
    border-radius: 5px;
    padding: 10px;
    color: white;
    border: none;
    width: 300px !important;
}

#Form_User_Register #Form_PasswordMatch:focus
{
    outline: none;
}

.Incorrect
{
    margin-top: 2px;
    color: #ce3d3d !important;
}

.Gloss
{
    font-size: 12px;
    color: #707070;
}

.LastDiscussionTitle
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FormTitleWrapper form div ul 
{
    margin-left: 200px; 
}

em
{
    font-style: italic !important;
}

.IndexPhoto img
{
    border-radius: 5px;
}

.Profile .MeBox
{
    display: block;
}

.GuestBox
{
    display: none;
}

.Profile #Body
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #2B2B2B;
}

.Profile #Content
{
    width: 700px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ProfilePhotoLarge
{
    border-radius: 5px;
}

.Profile .PanelColumn
{
    margin-right: 20px;
}

.Profile .About dd
{
    background-color: #171717;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.Profile .About dt.Email
{
    margin-right: 40px;
}

.Profile .About dt.LastActive
{
    margin-right: 12px;
}

.Profile .About dt.Roles
{
    margin-right: 40px;
}

.Profile .About dt::before
{
    content: '\A';
    white-space: pre;
}

.Profile .About .Email::before
{
    content: '';
}

.Profile .About dt
{
    background: none;
    padding-left: 0px;
}

.Profile .About .Name,
.Profile .About .Joined,
.Profile .About .Visits
{
    display: none;
}

.Profile .User h1.H
{
    font-size: 200%;
    letter-spacing: 0.1rem;
}

.Profile .FilterMenu li
{
    background-color: #171717;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 10px !important;
    font-size: 90%;
}

.Profile h1.ProfileProfileAboutMe
{
    margin: 30px 0;
}

.Profile .ProfileProfileAboutMe
{
    margin-left: 220px;
}

.Empty
{
    position: absolute;
}

.Preferences form
{
    background-color: #2b2b2b !important;
}

.Flyout .PopList
{
    display: block;
}

li[id^='Comment_']
{
    padding: 0 !important;
}

.editor-insert-dialog
{
    background-color: #2b2b2b;
}

.editor-action
{
    color: white !important;
}

.Preview
{
    background-color: #232323 !important;
    border: none !important;
    padding: 20px;
    border-radius: 5px;
    color: white;
}

.Item.Empty
{
    background-color: transparent;
}

/* MARKDOWN EDITOR */

.editor-toolbar .active
{
    background-color: #A04EC6;
}

/* PROFILE SECTION */

.Section-Profile #Content
{
    width: 920px;
}

.SpEditProfile
{
    background: url("images/sprites.png") -32px -260px no-repeat transparent;
    color: #a04ec6;
}

.ProfileOptions .ButtonGroup a, .ProfileOptions .ButtonGroup ul, .ProfileOptions .ButtonGroup ul a
{
    border: none;
    background-color: #171717 !important;
    color: #a04ec6 !important;
}

.ProfileOptions .NavButton
{
    background-color: #171717;
    border-radius: 0.3rem;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
}

body.Profile #Body > .Row
{
    min-height: 350px;
}

body.Profile .FilterMenu li.Comments
{
    display: none;
}

/* EDIT PROFILE SECTION */

.Section-EditProfile .UserBox
{
    margin: 0;
}

.Section-EditProfile .UserBox .WhoIs
{
    padding-top: 0;
}

.Section-EditProfile .UserBox .Username
{
    padding-left: 0;
    color: white;
}

.Section-EditProfile .UserBox .Username:hover
{
    text-decoration: underline;
}

.Section-EditProfile .UserBox .PhotoWrap
{
    margin-right: 15px;
}

.Section-EditProfile .UserBox .ProfilePhoto
{
    border-radius: 5px;
}

.Section-EditProfile .PanelColumn
{
    margin-top: 0 !important;
}

.Section-EditProfile .SideMenu .PanelInfo li
{
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 15px;
    background-color: #171717;
}

.Section-EditProfile .SideMenu .PanelInfo li.Active
{
    background-color: #a04ec6;
}

.Section-EditProfile .SideMenu .PanelInfo li.Active a
{
    color: #171717;
}

.Section-EditProfile .ProfileOptions a
{
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #171717;
}

.Section-EditProfile #Form_Email,
.Section-EditProfile #Form_Name,
.Section-EditProfile #Form_Password,
.Section-EditProfile #Form_OldPassword,
.Section-EditProfile #Form_PasswordMatch,
.Section-EditProfile #Form_AuthenticatePassword
{
    background-color: #333333;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px;
    height: auto;
}

.Section-EditProfile #Form_OldPassword:focus,
.Section-EditProfile #Form_PasswordMatch:focus,
.Section-EditProfile #Form_AuthenticatePassword:focus
{
    outline: none;
}

.Section-EditProfile #Content form
{
    background-color: #2B2B2B !important;
    padding-left: 0 !important;
}

.Section-EditProfile .FormTitleWrapper form div ul
{
    margin-left: 0;
}

.Section-EditProfile .current-avatar img
{
    border-radius: 5px;
}

.Section-EditProfile #Content
{
    margin-left: 230px;
    width: 700px;
}

.Comment
{
    padding: 10px;
}

.FilterMenu .Active
{
    background-color: #a04ec6 !important;
}

.FilterMenu .Active a:link, .FilterMenu .Active a:visited
{
    color: #171717 !important;
}

.Category
{
    padding-top: 10px;
}

/* NOTIFICATIONs DROPDOWN */

.Activities .Activity a:first-child::after
{
    white-space: pre;
    content: "\A";
}

.Activities .Activity a
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.Activities .Item.Title a
{
    margin-top: 0;
    padding: 0;
}

.Flyout .Activities .Item:first-child a
{
    padding-top: 0;
    padding-right: 5px;
}

/* INBOX DROPDOWN */

.Flyout .Conversations .Item
{
    padding: 0;
    margin-bottom: 5px;
    border: none;
    display: block;
}

.Flyout .Conversations .Item.Title
{
    display: block;
    border-bottom: none;
    padding: 4px;
}

.Flyout .Conversations .Item.Empty
{
    padding-left: 5px;
}

.Flyout .Conversations .Subject a
{
    padding-left: 0;
}

.Flyout .Conversations .Item:first-child a
{
    padding-top: 0;
}

/* BOOKMARKS DROPDOWN */

.Flyout .Popin .Subject a
{
    padding-left: 0;
}

/* THREAD PAGE */

.Section-Discussion .atwho-view
{
    background: transparent;
}

.Section-Discussion ul.atwho-view-ul
{
    background-color: #171717;
    border-radius: 0.3rem;
}

.Section-Discussion ul.atwho-view-ul li
{
    border-radius: 0;
    color: white;
}

.Section-Discussion ul.atwho-view-ul li:first-child
{
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.Section-Discussion ul.atwho-view-ul li:last-child
{
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.Section-Discussion ul.atwho-view-ul li strong
{
    color: #A04EC6;
}

.Section-Discussion ul.atwho-view-ul li.cur
{
    background-color: #A04EC6;
}

.Section-Discussion ul.atwho-view-ul li.cur strong
{
    color: white;
}

.Discussion .ItemDiscussion
{
    margin-bottom: 20px;
}

.Discussion .ItemDiscussion .DiscussionHeader
{
    margin: 0;
}

.Discussion .Message
{
    margin: 0;
    padding: 10px 0;
}

.Discussion .Message p
{
    margin: 0;
    font-size: 16px;
}

.Discussion .Reactions
{
    display: none;
}

.Discussion .CommentHeading
{
    display: none;
}

.Discussion .CommentForm .Buttons
{
    text-align: left;
}

.Discussion .CommentForm .Buttons .Back
{
    display: none;
}

.Discussion .CommentForm .editor-help-text
{
    display: none;
}

/* CONVERSATIONS PAGE */

body.Conversations #Content .DataListWrap h1
{
    margin-bottom: 20px;
}

body.Conversations #Content .DataListWrap h1 a
{
    color: white;
}

body.Conversations .Message
{
    margin-top: 5px;
}

body.Conversations .MItem.DateCreated
{
    display: block;
}

body.Conversations .Meta .Author a.Name
{
    color: white;
}

body.Conversations #Content .Conversation li
{
    background-color: #232323;
}

body.Conversations .CommentForm .editor-help-text
{
    display: none;
}

body.Conversations .CommentForm .Buttons
{
    text-align: left;
}

/* NEW MESSAGE PAGE */
body.Section-PostConversation #ConversationForm .P label[for="Form_To"]
{
    color: white;
}

body.Section-PostConversation #ConversationForm .P ul.token-input-list
{
    background-color: #2B2B2B;
    border: none;
    border-radius: 0.3rem;
}

body.Section-PostConversation #ConversationForm .P ul.token-input-list li input
{
    background-color: #2B2B2B;
    color: white;
}

body.Section-PostConversation #ConversationForm .P ul.token-input-list li.token-input-token
{
    color: white;
}

body.Section-PostConversation .token-input-dropdown
{
    background-color: #171717;
    border: none;
    border-radius: 0.3rem;
    color: white;
}

body.Section-PostConversation .token-input-dropdown ul li
{
    background-color: #171717 !important;
    color: white;
}

body.Section-PostConversation .token-input-dropdown ul li:hover
{
    cursor: pointer;
}

body.Section-PostConversation .editor-help-text
{
    display: none;
}

/* LOGIN PAGE */

body.Entry #Content
{
    margin: 0;
}

/* REGISTER PAGE */

body.Entry.register .FormTitleWrapper form div ul
{
    margin-left: 0;
}

/* INBOX PAGE */

body.Section-ConversationList .PageControls.Top
{
    margin: 2rem 0;
}

.ProfileOptions .ButtonGroup ul a:hover
{
    color: white !important;
}

.ProfileOptions .ButtonGroup a, .ProfileOptions .ButtonGroup ul a, .ProfileOptions .ButtonGroup ul
{
    background-color: #171717;
    color: #a04ec6 !important;
}

.Info
{
    background-color: #2b2b2b;
    color: white;
}

/* DISCUSSIONS ON A PROFILE PAGE */

body.Profile.discussions .DataListWrap
{
    margin-top: 40px;
}

body.Profile.discussions #Content .DataListWrap .Discussions
{
    margin-top: 5px;
}

body.Profile.discussions #Content .DataListWrap .Discussions li
{
    background-color: #232323 !important;
}

/* NOTIFICATIONS ON A PROFILE PAGE */

body.Profile.notifications .DataListWrap
{
    margin-top: 40px;
}

body.Profile.notifications .DataListWrap ul.DataList
{
    margin-top: 5px;
}

body.Profile.notifications .DataListWrap ul.DataList li
{
    background-color: #232323;
}

body.Profile.notifications .DataListWrap ul.DataList li a.Delete
{
    color: #a04ec6;
    padding: 5px !important;
    border-radius: 0.3rem;
}

body.Profile.notifications .DataListWrap ul.DataList li a.Delete:hover
{
    color: #232323;
    background-color: #a04ec6;
}

/* POPUP */

#Popup p
{
    padding-left: 0;
}

#Popup .Buttons
{
    text-align: left;
}

.mobilemenu, .mobilemenuopen
{
    display: none;
}

.mobilemenuopen
{
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333333;
    z-index: 1000;
    text-align: center;
}

.mobilemenuopen li
{
    width: 100%;
    font-size: 22px;
    margin-top: 25px;
}

.mobilemenuopen li a
{
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobilemenuopen li a:hover
{
    cursor: pointer;
}

.mobilemenu
{
    font-size: 42px;
    margin-bottom: 25px;
}

.mobilemenu:hover
{
    cursor: pointer;
}

.pcmenu
{
    display: block;
}

/* RESPONSIVE */
@media only screen and (max-width: 920px)
{
    body
    {
        overflow-x: hidden;
        position: relative;
    }

    .SiteTitle
    {
        display: inline-block;
    }

    .mobilemenu
    {
        display: inline-block;
        float: right;
    }

    .pcmenu
    {
        display: none;
    }

    #newthread, .SiteMenu, .Mebox-SignIn, .SiteSearch, .js-search
    {
        width: 100% !important;
    }

    .SignInLinks
    {
        float: left;
    }

    .CommentFormWrap .Form-HeaderWrap
    {
        display: none;
    }

    .FormWrapper-Condensed
    {
        width: 100%;
        padding: 0;
    }

    .CommentForm .FormWrapper, body.isMobile .FormWrapper
    {
        padding: 0;
    }

    .PanelColumn
    {
        display: none !important;
    }

    .Profile .ProfileProfileAboutMe, .Section-EditProfile #Content
    {
        margin-left: 0;
    }

    .Profile #Body
    {
        width: auto;
    }

    .Profile #Content
    {
        width: auto;
    }

    .Form_Email
    {
        width: auto !important;
    }

    .FlyoutMenu 
    {
        left: 0 !important;
        right: 0 !important;
        margin: auto;
    }
}

.richEditorButton-icon
{
    color: white;
}

.richEditor-frame
{
    width: auto !important;
}

.richEditor-menuItem .dropDown .richEditor-button .richEditorButton-icon
{
    color: black;
}

.richEditor-menuItems
{
    margin-left: 0 !important;
}

.richEditor-formatButton .richEditorButton-icon
{
    color: black;
}

div[class*="richEditor-menuBar"]
{
    background-color: #333333;
}

.richEditor-frame
{
    background-color: #333 !important;
}

.richEditor-text
{
    background-color: #232323;
    color: white;
}

.userContent .code {
    background-color: #2B2B2D !important;
    color: #CDD3D8 !important;
    font-family: "Fira Mono",  monospace !important;
    display: block !important;
}
.userContent .codeInline {
    background-color: #2B2B2D !important;
    color: #CDD3D8 !important;
    display: block !important;
}
.userContent .codeBlock {
    background-color: #2B2B2D !important;
    color: #CDD3D8 !important;
}

div[class*="richEditorFlyout"], .richEditor-insertEmoji
{
    background-color: #232323;
    color: white;
}
div[id*="embedPopover"], div[id*="embedPopover"] .dropDownItems .frame, div[id*="embedPopover"] .dropDownItems .frame div[class*="frame-bodyWrap"], div[id*="embedPopover"] .dropDownItems .frame div[class*="frame-footerWrap"], input[class*="insertMedia-insert"], input[class*="insertMedia-insert"]:focus
{
    background-color: #232323;
    color: white;
    overflow: hidden;
}

div[id*="embedPopover"] .frameHeader h2
{
    color: white;
}

button[class*="frameHeader-categoryIcon"]
{
    margin-right: 25px;
}

.richEditor-menu
{
    background-color: #333333 !important;
}

.richEditor-menu button svg
{
    color: white !important;
}

mark
{
    background: #A04EC6;
}

.FilterMenu .Activity 
{
    display: none;
}

#Form_User_SignIn div .Entry .MainForm ul
{
    margin-left: 0;
}

.PageDescription {
    display: none;
}

.Top
{
    margin-top: 50px;
}

.atMentionList-items.atMentionList-items {
    margin-left: 0;
}

.atMentionList-item.isActive .atMentionList-suggestion {
    background-color: #666 !important;
}

.atMentionList-userName {
    color: white;
}

.QnA-Tag-Answered {
    display: none;
}

.QnA-Item-Accepted {
    border: 2px solid #707070 !important;
}