﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

.top-menu {
    display: inline-block;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        float: right !important;
        margin-right: -15px;
    }
}

.d-none {
    display: none!important;
}

.myDiv {
  border: 5px outset red;
  background-color: lightblue;    
  text-align: center;
}

.font-weight-bold {
  font-weight: bold;
}
.text-white {
    color: white;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}
