:root
{
--fml-background: #01467F;
}

.fml-thumb-title
{
 color: white;
 background-color: var(--fml-background);
 height: 1vw;
 line-height: 1vw;
 font-size: .7vw;
 font-weight: bold;
}

.fml-header
{
 color: white;
 background-color: var(--fml-background);
 height: 4vw;
 line-height: 4vw;
 font-size: 2vw;
 font-weight: bold;
}

.fml-body
{
 color: grey;
 height: calc(90vh - 4vw);
 font-weight: lighter;
}

/* #### NOT IN BOOTSTRAP #### */
.border-grey
{
 border: solid 1px lightgrey;
}


/* ## width ## */
.w-20
{
    width: 20% !important;
}
.w-33
{
    width: 33% !important;
}
.w-40
{
    width: 40% !important;
}

/* ## height ## */
.h-10
{
    height: 10% !important;
}
.h-15
{
    height: 15% !important;
}
.h-40
{
    height: 40% !important;
}