﻿#preview-box {
    overflow: auto;
    display: block;
}
.author,
.commentquote-date {
    font-weight: bold;
    color: #368aa2;
    text-align: right;
}
.commentquote-date {
    font-weight: normal;
}
.bubblewrap {
    border-top: 1px solid #ccc;
}
.bubble {
    margin: 10px;
}

.commentquote-container{
    padding:10px;
}

.commentquote{
    background: #eee;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 10px;
}
.commentquote .quote:before,
.commentquote .quote:after{
    font-size: 2em;
    position: absolute;
    color: #aaa;
    font-family: Times New Roman, Arial, serif;
}
.commentquote .quote:before{
    content: '\201C';
    top: -15px;
    left: -5px;
}

.commentquote .quote:after{
    content: '\201D';
    right: 0px;
}

.commentquote .quote{
    font-size: 1.3em;
    padding: 0 15px;
    margin-bottom: 5px;
    position: relative;
}

.commentquote .commentquote-date{
    float: left;
    margin-left: 15px;
}

.commentquote .author{
    float: right;
}

.commentquote-container .button {
    width: auto;
    background: #2ba6cb;
    border: 1px solid #1e728c;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.commentquote-container .alert{
    background-color: #c60f13;
    border: 1px solid #7f0a0c;
}

.commentquote-container .alert-box{
    display: block;
    padding: 6px 7px 7px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #2ba6cb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    position: relative;
}

.commentquote-container .alert-box.success{
    background-color: #5da423;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.pull-right{
    float: right;
}