div#description {
    width: 90%;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin: 6px auto;
    margin-bottom: 11px;
}
@media only screen and (max-width: 600px)  {
    div#description {
        width: 100%;
    }
}