#sosakut-banner {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 100%;
    background: #5f5aed;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    font-family: sans-serif;
	max-width: 600px;
	width: 90%;
}
.sosakut-banner-inner {
    margin: 0 auto;
    padding: 15px;
    justify-content: space-between;
}
.sosakut-banner-inner a { color: #fff; text-decoration: underline; }
.sosakut-banner-inner h3 { font-weight: bold; color: #fff; }
#close-sosakut-banner {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#close-sosakut-banner:hover {
    text-decoration: underline;
}
