

#consCoo, #consCoo div{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#consCoo{
	background-color: #000;
    position: fixed;
    bottom: 10px;
    opacity: 0;
    left: 10px;
    /* width: 100%; */
    z-index: 1000;
    padding: 16px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    border-radius: 8px;
    max-width: calc(100% - 131px);
}
#msgCoo{
	float:left;
	color:#FFF;
}
#okCoo, #infoCoo{
	    float: left;
    /* background-color: #FFF; */
    border-radius: 3px;
    color: #649be1;
    cursor: pointer;
    text-align: center;
    padding: 3px;
    /* font-weight: bold; */
    font-size: 14px !important;
}
#okCoo{
	width: 30px;
    margin-left: 14px;
    box-shadow: 0px 0px 2px #000;
    float: right;
    margin-top: 3px;
}
#infoCoo{
	width: 40px;
    /* margin-right: 15px; */
    box-shadow: 0px 0px 2px #000;
    float: right;
    display: none;
}
#okCoo:hover,
#infoCoo:hover{
	/*background-color:#FF9;*/
	color: #8eb5e5 !important;
}


@media (max-width: 500px){

}
