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

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

.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;
}

.social-navigation {
    float: right;
    margin-top: -1rem;
}

.social-navigation ul {
    list-style: none;
}

.social-navigation li {
    float: left;
}

.social-navigation a {
    display: block;
    position: relative;
    width: 1.5em;
    color: white;
}

@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,
th,
td {
    border: 1px solid #eaeaea;
    padding: 5px;
}

a[href^="http://cricketarchive.com"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}
a[href^="https://cricketarchive.com"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}
a[href^="http://stats.acscricket.com"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}
a[href^="https://stats.acscricket.com"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}
a[href^="http://crickethistory"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}
a[href^="https://crickethistory"] {
    background: url(/includes/ext_link.png) center right no-repeat;
    padding-right: 15px;
}
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;
}



