.tp-popup a:link {
	text-decoration: none;
}

/* Font Awesome Icon */
.tp-icon {
	font-family: 'FontAwesome';	
	display: inline-block;
	margin-right: 0.35em;
}

.tp-popup-username {
	position: relative;
	display: block;
	top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	padding: .25em .25em 0;	
	color: #444;
	margin-left: 18px;	
}

.tp-popup-avatar {
	position: relative;
	width: 108px;
	height: auto;
	margin-left: 10px;
}

.tp-popup-msg {
	position: relative;	
	padding: 0 10px 0 5px;
	text-align: left;
	display: block;
	margin-left: 18px;		
	line-height: 1.5em;
	display:none;
}

.left-row {
	position: absolute;
	left: 0;
	height: 100%;
	vertical-align: top;
    	 display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: center;
      align-content: center
}

.right-row {
	position: relative;
	top: -1px;
	left: 106px;
    width: 65%;
	padding-top: 5px;	
	vertical-align: top;			
}

.tp-popup-close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	z-index: 10;
	font-size: 1.35em;
	color: #666;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.tp-popup-close:hover {
	color: #0094FF;
}
.tp-popup-close:active {
	color: #333;
}



.tp-popup {
	position: relative;	
	display: block;	
	background-color: #fff;
	min-width: 240px;	
	max-width: 350px;
	min-height: 120px;
	box-shadow: 2px 1px 1px 1px rgba(0,0,0,.0750);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 25px 5px;
	overflow: hidden;
	border: 1px solid #c5c5c5;
}

.tp-popup:hover {
	background-color: #CEEAFF;
}

.tp-popup-wrapper {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;	
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	.tp-popup-avatar {
		width: 60px;
		height: 60px;
		margin-top: 15px;
		margin-left: 20px;
	}
	.tp-popup-username {
		font-size: 100%;
	}

	.tp-popup-msg {
		font-size: 100%;
	}

	.left-row {
		display: block;
	}

	.right-row {
		display: block;
	}
}
