/*  	    												   __/\
            _           _       ____   ___ ____   ___     ___/_  `.  .-"""-.
   __ _  __| |_ __ ___ (_)_ __ |___ \ / _ \___ \ / _ \    \__,`   \-'  /   )`----')  
  / _` |/ _` | '_ ` _ \| | '_ \  __) | | | |__) | | | |       )        \  ((`""""`  
 | (_| | (_| | | | | | | | | | |/ __/| |_| / __/| |_| |    ___Y  ,    .'7 /|   
 @admin2020 _|_| |_| |_|_|_| |_|_____|\___/_____|\___/    (_,___/...-` (_/_/	*/  



/* ================================================================
WIKI
================================================================ */

.tagWrap {
    display: inline-block;
    background-color: #D6006A;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    min-width: 10px;
    padding: 3px 5px;
    text-align: center;
    white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.15s ease-out 0s;
	margin: 0 5px 5px 0;
}

.tagWrap,
.tagWrap a,
.tagWrap span {
	color: #fff;
	font-size: 14px;
	font-family: Arial;
}

/*td > .tagWrap {
	margin: 0;
}*/
 




/* AGENCY MESSAGE
================================================================ */
.agency-messages {
	top: 100px;
}
.agency-message {
	min-height: 20px;
}




/* UTIL
================================================================ */
.floater {
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);    
}
