.pwsMyStory {
    min-height: 600px;
}

.pwsMyStory .draftsLink {
    float: left;
    overflow: hidden;
}

.pwsMyStory .draftsLink a {
    padding-right: 10px;
}

.pwsMyStory .top-row {
    padding: 0 0 0 0;
    height: 30px;
    width: 100%;
}

.pwsMyStory .bottom-row {
   height: 60px;
}

/* */
.pwsMyStory .pws-my-story-container {
    margin-bottom: .5em;
    padding: 7px;
    width: 100%;
    width: calc(100% - .2em - 14px);
}

.pwsMyStory #pws-my-image {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    box-shadow: .2em .2em .2em #cccccc;
    display: block;
    float: left;
    margin: 0 2% .7em 0;
    width: 31%;

}

.pwsMyStory .pws-my-image-edit {
    color: #00A4E4;
    padding: 3px 6px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.pwsMyStory .pws-my-image-edit .glyphicon {
    font-size: 14px;
}

.pwsMyStory #pws-my-image img {
    width: 100%;
}

.pwsMyStory #subject {
    outline-width: 0;
    line-height: 22px;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.pwsMyStory #subject,
.pwsMyStory #subject p {
    color: #00A4E4;
    font-size: 20px !important;
}
.pwsMyStory #subject.mce-content-body {
    border: 1px dashed #666666;
}
.pwsMyStory #story {
    outline-width: 0;
}

.pwsMyStory #story.mce-content-body {
    border: 1px dashed #666666;
}

/* Create line break after inline p tag */
.pwsMyStory #story p:after {
    content: "\a\a";
    white-space: pre;
}