.btn-light-green {
    background-color: hsl(137, 26%, 65%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2eee5", endColorstr="#8ebc9b");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e2eee5), to(#8ebc9b));
    background-image: -moz-linear-gradient(top, #e2eee5, #8ebc9b);
    background-image: -ms-linear-gradient(top, #e2eee5, #8ebc9b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2eee5), color-stop(100%, #8ebc9b));
    background-image: -webkit-linear-gradient(top, #e2eee5, #8ebc9b);
    background-image: -o-linear-gradient(top, #e2eee5, #8ebc9b);
    background-image: linear-gradient(#e2eee5, #8ebc9b);
    border-color: #8ebc9b #8ebc9b hsl(137, 26%, 58.5%);
    color: #333 !important;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42);
    -webkit-font-smoothing: antialiased;
}

.btn-light-green:hover,
.btn-light-green:focus {
    background-color: hsl(137, 26%, 65%);
    background-position: 0 -15px;
}

.yellow-mine {
    color: hsl(36, 100%, 40%);
}

.colon {
    border-bottom: 2px solid #f2f2f2;
    padding: 10px 0;
}

.colon:first-child {
    border-top: 2px solid #f2f2f2;
}

.colon:hover {
    background-color: #f1f1f1;
}

h1 {
    font-size: 24px;
}

#wrapper, .wrapper {
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-around;
    margin: 20px 0;
    margin: 0 auto;
}

.company {
    width: 130px;
    height: 50px;
    padding: 10px;
    margin: 2px 4px;
    border: 2px solid hsl(240, 43%, 34%);
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #CCFFCC;
    color: #111;
    font-weight: bold;
}

.company img {
    width: 100px;
    height: 50px;
}

.company p {
    display: block;
}

.company2 {
    width: 130px;
    height: 50px;
    padding: 10px;
    margin: 2px 4px;
    border: 2px solid hsl(240, 43%, 34%);
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #F2F5A9;
    color: #111;
    font-weight: bold;
}

.company2 img {
    width: 100px;
    height: 50px;
}

.company2 p {
    display: block;
}

.company3 {
    width: 160px;
    height: 80px;
    padding: 3px;
    margin: 1px 1px;
    border: 1px solid hsl(240, 43%, 34%);
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    color: #111;
}

.company3 img {
    width: 70px;
    height: 70px;
}

.company3 p {
    display: block;
}

.text-only p {
    margin-top: 4px;
}

.table-first-column {
    width: 6%;
}

.table-second-column {
    width: 14%;
}

.table-third-column {
    width: 80%;
}