﻿.module-label {
    text-transform: uppercase;
    text-align: right;    
    margin-bottom: 5px;
    line-height: 30px;
}

.module-info {
    font-weight: bold;
    background-color: #f3f3f3;
    margin-bottom: 5px;
    padding: 5px;
    min-height: 30px;
 
}

@media (max-width: 768px) {
    .module-label {
        text-align: left;
        margin-bottom: 0;
        line-height: 20px;
        margin-top: 10px;
    }
    .module-info {
      padding-left:15px;
    }
}
