.p-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 7rem!important;
    margin-bottom: 2rem;
}



.table-bordered {
  border: $table-border-width solid $table-border-color;

  th,
  td {
    border: $table-border-width solid $table-border-color;
  }

  thead {
    th,
    td {
      border-bottom-width: (2 * $table-border-width);
    }
  }
}

.table-striped {
  tbody tr:nth-of-type(#{$table-striped-order}) {
    background-color: $table-accent-bg;
  }
}

.bg-top {
  background-image: url("../img/top.png");
  background-size: contain;
  width: 100%;
}

.my-skyblue {color:#1DA1F2}

p.resizeimage img { width: 100%; }


.bg-color {
  background: #FFFFFF;
  text-align: center;
}

.hr-topic {
 height: 1px;
 background-color: #e5e5e5;
 width: 100%;
}

.img-center {
 max-width: 90%;
 margin: 0 auto;
}

.w-150px {
  width: 150px !important;
}

.bluesky_icon {
 font-size:100px;
 color:red;
}

.btn_margin {
 margin-bottom: 1rem;
}
