﻿
/* 
    Specific styles for evodemo app `_template`. 
    @author evomath
*/

/*============================ _template =====================================*/

div.cont p {
    padding: 32px;
    margin-top: 16px;
    text-align: center;
    background: rgba(255,255,0,0.4);
}

div.cont p:hover {
    /*background: rgba(255,255,0,0.4);*/
}

