
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    border-radius: 3px
}

.bs-callout+.bs-callout {
    margin-top: -5px
}

.bs-callout-danger {
    border-left-color: #ce4844
}

.bs-callout-danger h4 {
    color: #ce4844
}

.bs-callout-warning {
    border-left-color: #aa6708
}

.bs-callout-warning h4 {
    color: #aa6708
}

.bs-callout-info {
    border-left-color: #1b809e
}

.bs-callout-info h4 {
    color: #1b809e
}

.color-swatches {
    margin: 0 -5px;
    overflow: hidden
}

.bubble, .rbubble{
	position: relative;
	width: 100%;
	min-height:180px;
	padding: 14px;
	background: #FFFFFF;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	border: #7F7F7F solid 5px;
	margin:5px;
	font-size: 22px;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	right: -14px;
	top: 124px;
}
.rbubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 14px 7px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -14px;
	top: 124px;
}
.rbubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 18px 11px 0;
	border-color: transparent #7F7F7F;
	display: block;
	width: 0;
	z-index: 0;
	left: -23px;
	top: 120px;
}
.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent #7F7F7F;
	display: block;
	width: 0;
	z-index: 0;
	right: -23px;
	top: 120px;
}
.historian{
	width: auto;
	height: 250px;
	background-image: url('../images/historian.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
.radio{
margin-left:0;
}
#self-avatar{
	position:relative;
	width: 100%;
	min-height: 80px;
	margin: 15px;
	max-width: 150px;
}
@media (max-width:767px){
	.historian{
		width: 100%;
		min-height: 100px;
		height: auto;
	}
	#self-avatar{
		top:10px;
		margin: 10px;
		max-width: 70px;
		min-height: 70px;
	}
	.bubble, .rbubble {
		width: auto;
		min-height: 120px;
		height: auto;
		font-size: 14px;
	}
	.bubble:after, .rbubble:after{
		top: 47px;
	}
	.bubble:before, .rbubble:before{
		top: 43px;
	}
	.col-sx-8{
		width: 70%;
	}
	.col-sx-4{
		width: auto;
	}
	[class^=col-sx-]{
		float: left;
		min-width:100px;
		min-height: 120px;
		margin:0px;
		padding:0px;
		
	}
}
@media (max-width:379px){
	[class^=col-sx-]{
		min-width:70px;
		min-height:70px;
	}
	.historian{
		min-height:80px;
	}
	#self-avatar{
		top: 10px;
		margin: 10px;
		max-width: 50px;
		min-height: 50px;
	}
	.h2{
		font-size: 20px;
	}
	.bubble, .rbubble {
		min-height: 40px;
	}
	.bubble:after, .rbubble:after{
		top: 23px;
	}
	.bubble:before, .rbubble:before{
		top: 19px;
	}
}