/*------------------------------------*\
	Template Name: Constructive one page html template with page builder
	Date: August 2015
	Description: One page html template.
	Version: 1.0.0
	Author: codeliono


/*------------------------------------*/


@import "../bootstrap/css/bootstrap.css";


@import "style.css";
@import "color.css";
@import "responsive.css";
@import "font-awesome.css";



/*Menu_Webmail*/
.details button{
    padding: 6px 11px;
    font-size: 16px;
    background: none;
    border-style: none;
    border: 1px solid white;
    color: white;
    margin-top: 2px;
    transition: background 300ms;
    cursor: pointer;
    margin-left: 10px;
}
.details button:hover{
    background: white;
    color: black;
}
/*FIN MenuWebmail*/
