/* 
    Document   : mobile
    Created on : Jun 27, 2011, 10:19:56 AM
    Author     : dunn
    Description:
        Mobile specific css. Is laoded along with style.css
*/

p {
    max-width: 400px;
}

ul#buzzwords {
    padding-left: 0;
    margin-left: 1em;
}

ul#buzzwords li {
    list-style-type: none;
}

html.modal {
    margin: 0;
    padding: 0;
}

