.m-text-justify {
    text-align  :justify !important;
}

.m-text-center {
    text-align  :center !important;
}
.m-letter-spacing {
    letter-spacing : 1px;
}
.m-cat:hover {
    background-color : #dadada;
}
.m-pull-right {
    float : right;
}
.m-text-red {
    color : #ed3237;
}

.m-btn{
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 0em;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
    background-color: #008ca3;
}
.m-btn:hover{
    background-color: #1d467a;
}
a:hover{
    text-decoration: none;
}

