.skybury-santa {
    position: fixed;
    top: 10%; 
    left: -90px;
    z-index:1000000000000000;
}
.skybury-santa-bubble {
    position: fixed;
	top: 10%;
	left:75px;
    max-width: 250px;
	max-height: 100px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 40px;
    background-color: #fff;
    border: 2px solid #fe0000;
    border-radius: 30px;
    font-family: sans-serif;
    padding: 10px;
    font-size: 18px;
    z-index:1000000000000000;
}    

.skybury-santa-bubble:before,
.skybury-santa-bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}     
.skybury-santa-thought {
    border-radius: 200px;
    padding: 10px;
}    
.skybury-santa-thought:before,
.skybury-santa-thought:after {
    left: 10px;
    bottom: -30px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #fe0000;
    border-radius: 28px;
}     
.skybury-santa-thought:after {
    width: 20px;
    height: 20px;
    left: 5px;
    bottom: -40px;
    border-radius: 18px;
} 
.skybury-santa-close {
    font-size: 7pt;
    padding-left: 5px;
    line-height: 10px;
    cursor: pointer;
}