.border-1-black{
    border: 1px solid black;
}

.border-1-light-gray{
    border: 1px solid rgba(0,0,0,.125);
}

.border-1-red{
    border: 1px solid #993333;
}

.height-100{
    height: 100%;
}

.mec-border-t-black{
    border-top: 1px solid rgba(0,0,0,.125);
}

.mec-pos-relative{
    position: relative;
}

.mec-pos-absolute{
    position: absolute;
}

.mec-pos-fixed{
    position: fixed;
}

.mec-l-0{
    left: 0;
}

.mec-r-0{
    right: 0;
}

.mec-b-0{
    bottom: 0;
}

.mec-t-0{
    top: 0;
}

.mec-elevation--z1 {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
