@charset "utf-8";

body{
    min-width: 520px;
}

body,
div,
span,
a {
    position: relative;
}

a:hover {
    opacity: 0.7;
    color: red;
}

button:hover {
    opacity: 0.7;
    cursor: pointer;
}
button.is-disabled:hover {
    opacity: 1;
    cursor:default;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* S fontawesome */
i.fas {
    padding-right: 3px;
}

i.fas-right {
    padding-left: 3px;
}

i.fas-header,
i.fas-footer {
    font-size: 10px;
}
/* E fontawesome */