
.posta {
    color: #444;
}
.posta .msg {
    width: 80%;
}
.chat h1 {
}
.card-block.has-gradient {
    height: 15px;
    width: 100%;
}
.card-social .card-block {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
}
.btn-circle {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    height: 2.5rem;
    line-height: 2.2;
    opacity: 0.8;
    padding: 0;
    text-align: center;
    width: 2.5rem;
}
.btn-circle:focus, .btn-circle:hover {
    background-image: linear-gradient(45deg, #663fb5, #663fb5);
    background-repeat: repeat-x;
    color: #fff;
}
.has-gradient {
    background-image: linear-gradient(45deg, #663fb5, #2b8be3);
    background-repeat: repeat-x;
}
.date {
    display: inline-block;
}
.posta .menu {
    -moz-user-select: none;
    background: rgba(82, 179, 217, 0.9) none repeat scroll 0 0;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10010;
}
.posta .back {
    color: #444;
    cursor: pointer;
    font-size: 30px;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 90px;
}
.posta .back img {
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 100%;
    height: 40px;
    left: 30px;
    margin-left: 15px;
    position: absolute;
    top: 5px;
    width: 40px;
}
.posta .back:active {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.posta .name {
    color: rgba(255, 255, 255, 0.98);
    cursor: default;
    font-family: "Lato";
    font-size: 25px;
    font-weight: 300;
    left: 110px;
    position: absolute;
    top: 3px;
}
.posta .last {
    color: rgba(255, 255, 255, 0.6);
    cursor: default;
    font-family: "Lato";
    font-size: 11px;
    font-weight: 400;
    left: 115px;
    position: absolute;
    top: 30px;
}
.posta .chat {
    background: #fff none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0 0 50px;
}
.posta .chat li {
    display: flex;
    overflow: hidden;
    padding: 0.5rem;
}
.posta .chat .avatar {
    background-color: #f8f8f8;
    border-radius: 100%;
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 2;
}
.posta .chat .avatar img {
    -moz-user-select: none;
    background-color: #f8f8f8;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
.posta .chat .day {
    -moz-user-select: none;
    box-shadow: 20px 0 0 #e5e5e5 inset, -20px 0 0 #e5e5e5 inset, 0 -2px 0 #d7d7d7 inset;
    color: #c0c0c0;
    cursor: default;
    display: block;
    height: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    text-shadow: 7px 0 0 #e5e5e5, 6px 0 0 #e5e5e5, 5px 0 0 #e5e5e5, 4px 0 0 #e5e5e5, 3px 0 0 #e5e5e5, 2px 0 0 #e5e5e5, 1px 0 0 #e5e5e5, 1px 0 0 #e5e5e5, 0 0 0 #e5e5e5, -1px 0 0 #e5e5e5, -2px 0 0 #e5e5e5, -3px 0 0 #e5e5e5, -4px 0 0 #e5e5e5, -5px 0 0 #e5e5e5, -6px 0 0 #e5e5e5, -7px 0 0 #e5e5e5;
}
.posta .other .msg {
    border-top-left-radius: 0;
    box-shadow: -1px 2px 0 #d4d4d4;
    order: 1;
}
.posta .other::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: 40px;
    position: relative;
    right: 0;
    top: 0;
    width: 0;
}
.posta .self {
    align-items: flex-end;
    justify-content: flex-end;
}
.posta .self .msg {
    border-bottom-right-radius: 0;
    box-shadow: 1px 2px 0 #d4d4d4;
    order: 1;
}
.posta .self .avatar {
    order: 2;
}
.posta .self .avatar::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #f7f7f7 #f7f7f7;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 19px;
    box-shadow: 0 2px 0 #d4d4d4;
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    right: 0;
    width: 0;
}
.posta .msg {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    min-width: 50px;
    padding: 10px;
}
.posta .msg p {
    color: #777;
    font-size: 14px;
    margin: 0 0 0.2rem;
}
.posta .msg img {
    -moz-user-select: none;
    border-radius: 5px;
    box-shadow: 0 0 3px #eee;
    cursor: default;
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.565, -0.26, 0.255, 1.41) 0s;
    width: 450px;
}
@media screen and (max-width: 800px) {
.posta .msg img {
    width: 300px;
}
}
@media screen and (max-width: 550px) {
.posta .msg img {
    width: 200px;
}
}
.posta .msg time {
    -moz-user-select: none;
    color: #444;
    cursor: default;
    float: right;
    font-size: 1.1rem;
    margin-top: 3px;
}
.posta .msg time::before {
    color: #444;

    display: inline-block;
    font-family: FontAwesome;
    margin-right: 4px;
}
.posta emoji {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 18px;
    margin-right: 2px;
    margin-top: -7px;
    transform: translate3d(0px, 3px, 0px);
    width: 18px;
}
.posta emoji.please {
    background-image: url("http://imgur.com/ftowh0s.png");
}
.posta emoji.lmao {
    background-image: url("http://i.imgur.com/MllSy5N.png");
}
.posta emoji.happy {
    background-image: url("http://imgur.com/5WUpcPZ.png");
}
.posta emoji.pizza {
    background-image: url("http://imgur.com/voEvJld.png");
}
.posta emoji.cryalot {
    background-image: url("http://i.imgur.com/UUrRRo6.png");
}
.posta emoji.books {
    background-image: url("http://i.imgur.com/UjZLf1R.png");
}
.posta emoji.moai {
    background-image: url("http://imgur.com/uSpaYy8.png");
}
.posta emoji.suffocated {
    background-image: url("http://i.imgur.com/jfTyB5F.png");
}
.posta emoji.scream {
    background-image: url("http://i.imgur.com/tOLNJgg.png");
}
.posta emoji.hearth_blue {
    background-image: url("http://i.imgur.com/gR9juts.png");
}
.posta emoji.funny {
    background-image: url("http://i.imgur.com/qKia58V.png");
}
.posta input.textarea {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    color: #666;
    font-weight: 400;
    height: 50px;
    left: 0;
    outline: medium none;
    padding-left: 55px;
    padding-right: 55px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99;
}
.posta .emojis {
    background-image: url("http://i.imgur.com/5WUpcPZ.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 8px;
    cursor: pointer;
    display: block;
    height: 34px;
    left: 7px;
    position: fixed;
    width: 34px;
    z-index: 100;
}
.posta .emojis:active {
    opacity: 0.9;
}
