body {
    mid-width: 
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
}

.wrapper {
    position: relative;
    max-width: 800px;
    font-weight: bold;
    font-size: 150%;
}

.bubble.poop {
    top: 300px;
    right: -130px;
    position: absolute;
}

img.scale {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.bubble {
    padding-top: 20px;
    position: relative;
    width: 400px;
    height: 100px;
    text-align: center;
    // line-height: 5px;
    margin: 60px auto;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

.thought {
    width: 130px;
    line-height: 100px;
    -webkit-border-radius: 108px;
    -moz-border-radius: 108px;
    border-radius: 108px;
}

.bubble:before, .bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.speech:before {
    left: 30px;
    top: 120px;
    border: 25px solid;
    border-color: #666 transparent transparent #666;
}

.speech:after {
    left: 38px;
    top: 120px;
    border: 15px solid;
    border-color: #fff transparent transparent #fff;
}

.thought:before, .thought:after {
    left: 10px;
    top: 70px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.thought:after {
    width: 20px;
    height: 20px;
    left: 5px;
    top: 100px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
