body {
    overflow: hidden;
}

h1 {
    padding: 5px 0;
    margin: 0 0 0 14px;
}

h1 img {
    margin-top: 2px;
    vertical-align: top;
}

#wrapper {
    width: 100% !important;
}

#shoutbox-box-wrapper {
    width: auto;
    height: auto;
    margin: 0 10px 10px 10px;
    border-radius: 0;
    box-shadow: none;
}

#shoutbox-enter-name {
    margin: 40px 0;
}

#shoutbox-loader {
    margin: 80px 0;
}

#shoutbox-box {
    width: 100%;
    height: 290px;
	box-sizing: border-box;
}

#shoutbox-message {
    width: 100%;
    height: 60px;
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
	box-sizing: border-box;
}

#shoutbox-message:focus,
#shoutbox-message:hover {
    border-bottom: 0;
}

#shoutbox-submit {
    width: 100%;
    height: 50px;
    padding: 0 2px;
    border-radius: 0;
}

#shoutbox-message-counter {
    display: none;
}