.my-small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.my-small-box>.inner {
    padding: 10px;
}

.my-small-box h3 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

.my-small-box>h4 {
    font-size: 1.5rem;
    font-weight: 100;
    margin: 0px;
    padding: 0;
    white-space: nowrap;
}

.my-small-box p {
    font-size: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.my-small-box>.my-small-box-footer {
    font-size: 1.7rem;
    background-color: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.my-small-box .icon {
    color: rgba(0, 0, 0, .15);
    z-index: 0;
}

.my-small-box .icon>svg {
    font-size: 80px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.bg-hijau,
.bg-hijau>a {
    color: #fff !important;
}

.bg-hijau {
    background-color: #28a745 !important;
}

.bg-biru,
.bg-biru>a {
    color: #fff !important;
}

.bg-biru {
    background-color: #17a2b8 !important;
}

.bg-kuning,
.bg-kuning>a {
    color: #000 !important;
}

.bg-kuning {
    background-color: #ffc107 !important;
}

.bg-merah,
.bg-merah>a {
    color: #fff !important;
}

.bg-merah {
    background-color: #dc3545 !important;
}

sup {
    top: -.5em;
}

sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}