.display-none{
    display: none;
}

.display-block{
    display: block;
}

.display-table-cell{
    display: table-cell;
}

.w100{
    width: 100% !important;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.m-b-5{
    margin-bottom: 5px !important;
}

.m-b-20{
    margin-bottom: 20px !important;
}

.m-t-5{
    margin-top: 5px !important;
}

.m-t-15{
    margin-top: 15px;
}

.b-r{
    border-right: 2px solid #eee;
}

.b-l{
    border-left: 2px solid #eee;
}


ul.list-style-none{
    list-style: none;
}

.bold{
    font-weight: bold;
}
