body {
}

html {
  font-size: 14pt;
}

.border-top {
    border-color: #0c87c3 !important;
}

a, a:hover, a:focus {
    color: white !important;
    text-decoration: none !important;
}

ul {
    margin-bottom: 0 !important;
}

.mobile-label {
    text-align: right;
}

.table-condensed {
    width: 300px;
    height: 300px;
}

.candy-bottom {
    margin-bottom: 40px;
}

.candy-bottom2 {
    margin-bottom: 0;
}

.candy-bottom3 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    html {
        font-size: 14pt;
    }

    .img-logo {
        width: 60%;
        height: 60%;
    }

    .mobile-label {
        text-align: left;
    }

    .candy-bottom2 {
        margin-bottom: 40px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}