/**
* Global CSS rules
*
* @author Pierre HUBERT
*/
/**
* elements
*/
a {
cursor: pointer;
}
/**
* like elements
*/
.a {
cursor: pointer;
outline: none;
text-decoration: none;
color: #3c8dbc;
}
.a:focus, .a:hover {
color: #72afd2;
}
/**
* Sceditor iframe
*/
.sceditor-iframe-body {
padding: 5px;
padding-bottom: 0px;
}