/* 
    Document   : style
    Created on : 01/06/2012, 20:49:29
    Author     : Teste
    Description:
        Purpose of the stylesheet follows.
*/

.function-header {
    border-radius: 0px;
    font-style: italic;
}

@media screen and (max-width : 640px) {
    .desktop{
        display: none !important;
    }
}

@media screen and (min-width : 641px){
    .mobile{
        display: none !important;
    }
}