#shoutbox_show {
	display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 1em 1.5em;
	z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    border-top-left-radius: 3px;
	color: white;
    background: rgba(88, 97, 74,.95);
}

#shoutbox_show:hover {
    cursor: pointer;
}

.shoutbox {
	width: auto;
	padding: 0;
}

.shoutbox p {
	font-family: "Aleo","Arial";
	font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
}

#text_shoutbox {
    display: inline-block;
	width: 75%;
    box-sizing: border-box;
	margin: .5em 0;
}

input#submit_shoutbox {
    width: 24%;
    float: right;
    margin: .5em 0;
    padding: .5em .2em;
}

.shoutbox .row {
	padding: 0;
    border-bottom: 0 !important;
	background: none !important;
}

.shoutbox .row:hover {
	background: none !important;
}

.ajaxshoutbox_loadingbar {
    background-image: url("./images/loading-bar.svg");
    height: 16px;
    width: 16px;
    margin-left: auto;
    margin-right: auto;
}

#ajaxshoutbox_loadbefore, #ajaxshoutbox_loadafter {
    display: none;
}

ul.waitinglist dt {
    width: 100%;
}

#shoutbox_scroll_container {
    width: 100%;
    max-height: 600px;
    
}

#shoutbox_scroll {
	margin-bottom: 20px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 0 .5em 0.01em rgba(88, 97, 74, 0.5);
}

#copy { /* This element is used to copy data from. Do not show */
    display: none;
}

.shoutbox ul.shoutboxlist {
    display: block;
    list-style-type: none;
    margin: 0;
    background-color: white;
}

.shoutbox ul.shoutboxlist li {
    display: block;
    width: 96%;
    padding: .5em 2%;
    list-style-type: none;
    margin: 0;
    overflow-x: hidden !important;
}

.shoutbox ul.shoutboxlist li:hover {
	background-color: white;
}

.ajaxshoutbox_user a {
    font-weight: 400;
}

ul.shoutboxlist li.row dl {
    padding: .5em 2%;
    width: auto;
    height: auto;
}

ul.shoutboxlist dl {
    position: relative;
}

ul.shoutboxlist dt {
    margin-right: 0;
    padding: 3px 5px 0 3px;
    width: 100%;
    font-size: 12px;
}

.post-info {
    display: block;
    width: 100%;
    height: 36px;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "Aleo","Arial";
	color: #333;
}

ul.shoutboxlist dd.ajaxshoutbox_message {
	display: inline-block;
	width: auto;
    padding: .7em 1.5em .5em 1.2em;
    margin-right: 10%;
	overflow: scroll;
	text-overflow: ellipsis;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "Aleo","Arial";
	border-radius: 9px;
	color: #333;
	background-color: #EAEBE7;
    overflow: hidden;
}

.message_container {
    width: 100%;
    float: left;
}

ul.shoutboxlist dd.ajaxshoutbox_date {
    padding: .3em .6em;
    color: rgba(0,0,0,0.5);
    width: 100%;
}

ul.shoutboxlist dd.ajaxshoutbox_delete form {
	background-color: white;
}

ul.ajaxshoutboxpost dt {
    width: 100%;
}

ul.ajaxshoutboxpost dd {
    float: right;
    min-height: 25px;
    min-width: 25px;
}

@media screen and (max-width: 720px) {

    input#submit_shoutbox {
        font-size: 16px;
    }
}
