main>.container {
    /* padding: 96px 15px 0; */
}

@media screen and (min-width: 1044px) {
    main>.container {
        /* padding: 86px 15px 0; */
    }
}

.green-background {
    background-color: #346b3c !important;
}

.text-center {
    text-align: center;
}

.green-background {
    background-color: #346b3c !important;
}

.my-jumbotron {
    position: fixed;
    right: 0;
    left: 0;
    background-color: #346b3c !important;
    color: white;
    /* margin-top: 4.2rem; */
    text-align: center;
    height: 4rem;
}

.my-jumbotron>.lead {
    font-size: 1.5rem;
}

@media screen and (min-width: 1044px) {
    .my-jumbotron>.lead {
        font-size: 2rem;
    }
}

.mynav {
    top: 3rem;
}

@media screen and (min-width: 1044px) {

    .social-navigation a {
        width: 3.2em;
    }
}

a {
    text-decoration: none;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.my-container {
    padding-top: 120px;
}

table.bibliog,
tr.bibliog,
td.bibliog {
    border: 2px solid #eaeaea;
}

a[href^="http://womenscrickethistory"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}
a[href^="https://womenscrickethistory"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}

#backtop {
  position:fixed;
  left:auto;
  right:20px;
  top:auto;
  bottom:20px;
  outline:none;
  overflow:hidden;
  color:#fff;
  text-align:center;
  height:60px;
  width:40px;
  line-height:70px;
  font-size:14px;
  border-radius:2px;
  cursor:pointer;
  transition:all 0.3s linear;
  z-index:999999;
  opacity:1;
  display:none;
 }
#backtop:hover { background-color:#27CFC3; }
#backtop.mcOut { opacity:0; }

