.defaultList{
	list-style: none outside none;
	margin: 0;
	padding: 0;	
}

h4{
	margin-bottom: 0px;
}

.defaultTable th{
	margin-bottom: 5px;
	font-size: 11px;
}

.defaultTable td{
	text-align: center;
	border-top: 1px solid #c0c0c0;
	font-size: 11px;
}

.info-table td{
	border: 1px solid #c0c0c0;
}

.chat {
    width: 500px;
    height: 300px; width: 540px; overflow-y: scroll;
}

.bubble-you-name{
	float: right; margin-top: 12px; margin-left: 10px;font-size: 11px;
}
.bubble-me-name{
	float: left; margin-top: 12px; margin-right: 10px; font-size: 11px;
}

.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    max-width: 250px;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.clear{
	clear: both;
}

.me {
    float: left;   
    margin: 5px 45px 15px 20px;         
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;           
}

.you {
    float: right;    
    margin: 5px 20px 15px 45px;         
}

.you::before {
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;    
}
.chat-input{
	border-radius: 5px;
	width: 400px;
	height: 60px;
}
.chat-send{
	height:  70px !important;
	width: 110px !important;
	margin-left: 10px;
}
.close-link-holder{
	padding-left: 800px;
    position: absolute;
    top: 82px;
}
.close-link-holder a{
	color: white;
}


h3{
	margin-bottom: 5px;
	color: black;
	font-size: 16px;
}

hr{
 	margin-bottom: 5px;
 	padding: 0;
}
.info-table td {
    background-color: white;
    border: 1px solid #c0c0c0;
    padding: 5px;
    text-align: right;
}
.reg-table td{
	border: 0;
}
.legend{
	display: block;
    left: 720px;
    position: relative;
    top: -320px;
}
.form-horizontal textarea{
	width: 300px;
	height: 60px;
}
.error{
	color: red;
	padding-left: 4px;
}

.chatClosed{
	color: red;
}
.chatClosed a{
	color: red;
	text-decoration: underline;	
}
.chatOpen{
	color: green;
}
.chatOpen a{
	color: green;
	text-decoration: underline;	
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}