body{
    background-color: WhiteSmoke;
    position: relative;
    background-image: url(https://mildlydisappointing.com/images/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
#divContainer{
    background-color: White;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    min-width: 717px;
    max-width: 1012px;
    height: auto;
    min-height: 600px;
    margin: auto;
    margin-top: 66px;
    margin-bottom: 16px;
    display: inline-block;
    text-align: left;
    box-shadow: 2.5px 5px 15px #888888;
}
#navBar{
    background-color: #54215C;
    border-bottom: 1px solid #5C0D5C;
    width: 100%;
    height: 50px;
    padding-bottom: 8px;
    position: fixed !important;
    z-index: 100;
    top: 0;
}
#navBarContainer{
    width: 100%;
    min-width: 717px;
    max-width: 1012px;
    margin: auto;
    -webkit-user-select: none;
}
#navBarContainer a{
    color: White;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
#navBarContainer a:hover{
    background-color: #850C59;
    border-bottom: 1px solid #5C0D5C;
}
.navBarCurrent, #navBarContainer .navBarCurrent:hover{
    background-color: #5C0D5C;
    border-bottom: 1px solid #5C0D5C;
}
#navBarContainer .navBarRight{
    float: right;
}
.homeButton{
    width: auto;
    min-width: 128px;
}
#slideshow{
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 352px;
    margin: auto;
    float: left;
}
#slideshowContainer{
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    float: left;
    z-index: 10;
}
.item{
    border-bottom: 1px solid #e5e5e5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 352px;
}
.carousel-control{
    border-bottom: 1px solid #e5e5e5;
    width: 10%;
    height: 352px;
}
.logo{
    background-image: url("/images/favicon.png");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 14px 0;
    width: 64px;
    height: 50px;
    display: inline-block;
    margin-top: -12px;
    margin-right: -15px;
    vertical-align: top;
}
.newContentContainer{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    width: calc(100% - 300px);
    height: auto;
    min-height: 750px;
    float: left;
    padding: 0px 8px 0px 8px;
    display: inline-block;
}
.newContentContainer hr, .sidebarContent hr, #joinDiv hr{
    border-top: 4px solid #eee;
    margin: 0px;
}
.sidebarContainer{
    width: 300px;
    height: auto;
    min-height: 270px;
    float: right;
}
.sidebarContent{
    width: 300px;
    height: auto;
    min-height: 270px;
    padding: 21px 8px 0px 8px;
}
.sidebarContent h5{
    font-weight: 700;
}
.stickySidebarContainer{
    position: fixed !important;
    top: 50px;
    width: 300px;
    height: auto;
    min-height: 270px;
    padding: 0px 8px 0px 8px;
}
.socialNetworkContainer{
    width: 100%;
    height: auto;
    padding: 8px;
    padding-bottom: 16px;
}
.followUs, .shareUs{
    background-color: #54215C;
    width: 48px;
    height: 48px;
    margin: 0px 4px 0px 4px;
    -webkit-user-select: none;
}
.followUs:hover, .shareUs:hover{
    opacity: 0.75;
}
.shareUs{
    border-radius: 4px;
    width: 32px;
    height: 32px;
}
.postContainer{
    padding: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}
.youtubeContainer{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 16px;
}
.youtubeVideo{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.postName{
    width: 100%;
    height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.postNameFull{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.postName h3, .postNameFull h3{
    margin-top: auto;
    margin-bottom: auto;
}
.postInfo{
    width: 100%;
    margin-bottom: 8px;
}
.postInfo h4{
    margin: 0px;
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
}
.postAbout{
    width: 100%;
    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.postAboutFull{
    width: 100%;
    min-height: 84px;
    display: -webkit-box;
}
#comments{
    width: calc(100% - 8px);
    padding-left: 4px;
    padding-right: 4px;
    min-height: 64px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: auto;
    margin-bottom: 32px;
}
#loginDiv, #joinDiv{
    background-color: White;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px;
    width: 432px;
    min-height: 432px;
    display: inline-block;
    position: absolute;
    margin: auto;
    top: calc(25% - 108px);
    right: 0;
    left: 0;
    box-shadow: 2.5px 5px 15px #888888;
}
#joinDiv{
    top: 24px;
    padding-bottom: 32px;
}
.errorMessage{
    font-family: "Courier New", Courier, monospace;
    color: Crimson;
    width: 75%;
    margin: auto;
    text-align: left;
    padding-top: 16px;
}
.basicForm{
    width: 75%;
    height: auto;
    text-align: left;
    margin: auto;
    margin-top: 32px;
}
#loginEmail, #loginPassword{
    background-color: WhiteSmoke;
}
.backForm{
    width: 75%;
    margin: auto;
    margin-bottom: 64px;
}
.loginText{
    width: 75%;
    height: auto;
    margin: auto;
    text-align: left;
}
#rememberMeContainer{
    float: left;
    margin: 0px;
    margin-top: 2px;
}
#rememberMeContainer label{
    margin: 0px;
}
#backButtonContainer{
    float: right;
}
.btn-main{
    background-color: #54215C;
    color: White;
    opacity: 0.8;
}
.btn-main:hover{
    background-color: #54215C;
    color: White;
    opacity: 1;
}
.btn-back{
    background-color: DarkGray;
    color: White;
    opacity: 0.8;
}
.btn-back:hover{
    background-color: DarkGray;
    color: White;
    opacity: 1;
}
#search{
    background-color: WhiteSmoke;
    width: calc(100% - 64px);
    height: 40px;
    float: left;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
}
#search:focus {
    outline: none;
}
#searchButton{
    background-color: #54215C;
    color: White;
    border: 1px solid #ccc;
    width: 64px;
    height: 40px;
    border-left: none;    
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
   opacity: 0.75; 
}
#searchButton:hover{
   opacity: 1; 
}
#searchContainer{
    width: 100%;
    height: auto;
    padding: 8px;
    padding-bottom: 16px;
}
#searchHintsList{
    margin-top: 0px;
    position: absolute;
    z-index: 50;
}
#searchContainer{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}
#searchHintsList li{
    width: 268px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    border-top: none;
}
.searchList{
    background-color: White;
    position: relative;
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.searchList:hover{
    background-color: GhostWhite;
    position: relative;
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.navButtonContainer{
    width: auto;
    height: auto;
    min-height: 50px;
    float: left;
}
.dropDownListContainer{
    display: none;
    margin-top: 50px;
    position: absolute;
    padding-left: 0;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    z-index: 50;
	list-style-type: none;
}
#navBarContainer .dropDownList{
    background-color: #54215C;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    width: 164px;
    height: auto;
    display: block;
    padding: 4px 16px 4px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    border: 1px solid #5C0D5C;
    border-top: none;
    list-style: none;
    list-style-type: none;
}
#navBarContainer .dropDownList:hover{
    background-color: #850C59;
}
#footer{
    background-color: #eee;
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    width: 100%;
    height: auto;
    min-height: 64px;
    margin-top: 8px; 
    padding: 32px 0px 16px 0px;
    text-align: center;
    display: inline-block;
}
#postMissingImg{
    width: 75%;
    margin-left: 12.5%;
    opacity: 0.75;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.commentInputContainer{
    margin-top: 8px;
    margin-bottom: 16px;
}
.userPicture{
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: whitesmoke;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.commentInput{
    background-color: WhiteSmoke;
    width: calc(100% - 72px);
    height: 64px;
    resize: none;
    float: right;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    margin-bottom: 8px;
}
.userComment{
    margin-top: 4px;
    padding-top: 8px;
    border-top: 4px solid #eee;
    display: inline-block;
    width: 100%;
}
.userCommentContainer{
    width: calc(100% - 92px);
    min-height: 72px;
    padding-right: 16px;
    float: right;
}
.userSubComment{
    width: 100%;
    float: right;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    border-top: 4px solid #eee;
}
.commentGroupContainer{
    width: 100%;
    min-height: 72px;
    margin-top: 4px;
    float: left;
    margin-top: 8px;
}
.commentButton{
    background-color: #54215C;
    min-width: 81px;
    color: White;
    border: 1px solid #ccc;
    opacity: 0.75;
}
.commentButton:hover, .commentButton:active{
    background-color: #54215C;
    min-width: 81px;
    color: White;
    border: 1px solid #ccc;
    opacity: 1;
}
.buttonContainer{
    text-align: right;
    margin-top: 4px;
}
#commentErrorContainer{
    width: calc(100% - 94px);
    float: left;
    margin-top: -14px;
}
#userProfilePicture{
    width: 100%;
    height: auto;
    height: 213px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: WhiteSmoke;
}
#userInfoContainer, #userUpdateContainer{
    width: 75%;
    margin: auto;
    padding-top: 11px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}
#userUpdateContainer{
    width: 100%;
}
#userInfoContainer h1, #userUpdateContainer h1{
    margin: 0px;
    margin-top: 4px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    word-wrap: break-word;
}
#userInfoContainer h2, #userUpdateContainer h2{
    margin: 0px;
    margin-top: 4px;
    color: LightSlateGray;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
}
#userInfoContainer h3, #userUpdateContainer h3{
    margin: 0px;
    margin-top: 4px;
    color: Dark#850C59;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}
#userInfoContainer p, #userUpdateContainer p{
    font-family: "Courier New", Courier, monospace;
    font-weight: 900;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
#coverPhoto{
    border-bottom: 1px solid #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
    background-color: WhiteSmoke;
    width: 100%;
    height: 264px;
    margin-top: 32px;
}
.coverPhotoWidth{
    background-size: cover;
}
.coverPhotoHeight{
    background-size: cover;
}
#repliesContainer{
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}
#profileSettingsContainer{
    width: 100%;
    height: auto;
    padding: 8px; 
}
#changeProfilePicture{
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    position: relative;
    background-color: whitesmoke;
}
#changeProfilePictureButton{
    width: 100%;
    position: relative;
    display: none;
    z-index: 2;
}
#changeProfilePictureUpload{
    width: 128px;
    height: 128px;
    opacity: 0;
    z-index: 1;
}
#changeProfilePicture:hover, #changeProfilePictureButton:hover, #changeProfilePictureUpload:hover, #postImageButton:hover{
    cursor: pointer;
}
#changeProfilePictureContainer{
    width: 128px;
    position: relative;
    display: inline-block;
}
#profileProgress, #coverProgress{
    text-align: center;
    width: 100%;
    height: 34px;
    margin-bottom: 0px;
}
#uploadPercent,  #profileUploadPercent, #coverUploadPercent{
    position: absolute;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
}
.bar{
    background-color: #5C0D5C;
    height: 34px;
}
#profileLoadingContainer, #coverLoadingContainer{
    display: none;
}
#changeCoverPicture{
    width: 100%;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    position: relative;
    background-color: whitesmoke;
}
#changeCoverPictureButton{
    width: 100%;
    position: relative;
    display: none;
    z-index: 2;
}
#changeCoverPictureUpload{
    width: 100%;
    height: 128px;
    opacity: 0;
    z-index: 1;
}
#changeCoverPicture:hover, #changeCoverPictureButton:hover, #changeCoverPictureUpload:hover, #postImageButton:hover, #postImage:hover, #postImageName:hover{
    cursor: pointer;
}
#changeCoverPictureContainer{
    width: calc(100% - 138px);
    position: relative;
    display: inline-block;
    float: right;
}
#changeError{
    display: inline-block;
    width: 100%;
}
#changeProfilePictureLabel, #changeCoverPictureLabel{
    opacity: 0.75;
    position: absolute; 
    bottom: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 4px;
}
#changeProfilePictureLabel:hover, #changeCoverPictureLabel:hover{
    opacity: 1;
    display: none;
}
.editIcon{
    font-size: 14px;
}
.media p{
    min-height: 24px;
    margin-bottom: 4px;
}
.btn-link{
    margin: 0px;
    padding: 0px;
}
.floatLeft{
    float: left;
    margin-bottom: 8px;
}
.replyForm{
    padding-top: 9px;
}
.modalLink:link{
    color: #333;
    text-decoration: none;
}
.modalLink:hover{
    color: DimGray;
    text-decoration: none;
}
#modalUpdateAbout, #postCaption, #showAbout, #comicAbout, #postUpdateCaption, #commentUpdateCaption, #contactMessage{
    background-color: WhiteSmoke;
    width: 100%;
    margin: auto;
    height: 128px;
    resize: none;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    margin-bottom: -5px;
}
#aboutTextLimit{
    font-family: "Courier New", Courier, monospace;
    float: left;
}
#aboutTextLimit h4{
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
}
.ErrorRed{
    color: Crimson;
}
.modal-body input{
    background-color: WhiteSmoke;
    color: #555;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-radius: 0px;
}
#updateNameForm, #updateInfoForm{
    margin-top: 8px;
    width: 60%;
}
.postButtonSpan{
    padding-left: 1.8em;
}
.btn-group{
    text-align: left; 
}
.dropdown-menu{
    position: absolute;
    z-index: 50;
    overflow: visible !important;
    right: -16px;
    left: auto;
}
.media, .media-body{
  overflow: visible;
}
.defaultForm{
    width: 100%;
    background-color: WhiteSmoke;
    color: #555;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-radius: 0px;    
    text-align: left;
}
.table>thead>tr>th{
    border-bottom: none;
}
.table{
    margin-bottom: 0px;
}
.formContainer{
    margin-bottom: 15px;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
}
#joinDiv .backForm{
    margin-bottom: 32px;
}
#terms-small{
    background-color: WhiteSmoke;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    width: 100%;
    height: 200px;
    padding: 16px;
    padding-top: 4px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 16px;
    margin-top: 24px;
}
.checkbox{
    margin-bottom: 24px;
    margin-top: 24px;
}
.loader {
    border: 8px solid DarkGray;
    border-radius: 50%;
    border-top: 8px solid #5C0D5C;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#mailSending{
    display: none;
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}
#SendingMessageContainer{
    display: inline-block;
}
.showPanel{
    width: calc(100% - 48px);
    margin: 15px;
    display: inline-block;
    box-shadow: 1.25px 2.5px 7.5px #888888;
    opacity: 0.85;
    padding: 0px 8px 0px 8px;
}
.showPanel:hover{
    opacity: 1;
}
.panelBanner{
    width: 100%;
    height: 256px;
    background-size: cover;
    background-position: center; 
    display: block;
}
.panelDescription{
    width: 100%;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel-heading h4{
    text-align: center;
    margin: auto;
    height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#userUpdateContainer{
    margin-top: 16px;
}
.makePost{
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #5C0D5C;
}
.settingsButtonContainer{
    margin-top: 4px;
    padding-top: 4px;
    display: inline-block;
    width: 100%;
}
#postImage, #showImage, #comicImage{
    width: calc(100% + 24px);
    opacity: 0;
    z-index: 1;
    height: 36px;
    margin-top: -8px;
    margin-left: -12px;
}
#postImageButton{
    float: left;
    position: relative;
    overflow: hidden;
    height: 36px;
}
#postImageButton:hover{
    cursor: pointer;
}
#postImageButton p{
    position: absolute;
}
#postImageTable th{
    vertical-align: top;
}
#postImageTable h3{
    margin: 0px;
    margin-top: 4px;
}
#postImageTable tr th{
    border: none;
}
.noPadding, .table thead tr .noPadding{
    padding: 0px;
    margin: 0px;
}
.mailerCheckBox{
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0px;
}
.autoContainer{
    width: 100%;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}
#postShowContainer, #postComicsContainer{
    display: none;
}
.postImage{
    width: 100%;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
#postImafeName{
    width: 116px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagerContainer{
    width: 100%;
    text-align: center;
}
.img-thumbnail{
    background-size: cover;
}
.sponsor{
    display: inline-block;
	width: 100%;
    height: auto;
    padding: 8px;
    padding-bottom: 16px;
}