/* BEATSTREAMER */

/* Boutons */

.twitch {
    text-transform: uppercase;
    background-color: #6441a4;
    color: white;
    font-weight: bold;
    border-radius: 2px 0 0 2px;
    border-bottom: 2px solid white;
	padding: 11px;
}
.twitch:hover {
    color: #e8dbff;
}