/* BODY */
body {
    margin: 0;
    font-family: sans-serif;
    text-align: center;
    background-color: #fff;
}

.a,
.a:visited,
.a:hover {
    color: #fff;
    text-decoration: none;
}


.bubble-container {
    background: #fff;
}

.bubble,
.bubble-typing {
    background: #eee;
}

.width-header,
.width-footer {
    max-width: 750px;
	width: 100%;
}

/* HEIGHT */
.height-10px {
    height: 10px;
}
.height-20px {
    height: 20px;
}
.height-30px {
    height: 30px;
}
.height-40px {
    height: 40px;
}
.height-50px {
    height: 50px;
}
.height-60px {
    height: 60px;
}
.height-70px {
    height: 70px;
}
.height-80px {
    height: 80px;
}
.height-90px {
    height: 90px;
}
.height-100px {
    height: 100px;
}

/* WIDTH */
.width-10percent {
    width: 10%;
}
.width-20percent {
    width: 20%;
}
.width-30percent {
    width: 30%;
}
.width-40percent {
    width: 40%;
}
.width-50percent {
    width: 50%;
}
.width-60percent {
    width: 60%;
}
.width-70percent {
    width: 70%;
}
.width-80percent {
    width: 80%;
}
.width-90percent {
    width: 90%;
}
.width-100percent {
    width: 100%;
}

/* COLOR */
.bg-eee {
    background-color: #eee;
}