﻿body {
    /*padding-top: 75px;*/
    padding-bottom: 20px;
}

.jumbotron{
    margin-bottom: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.news-head {
    background-color: rgba(52, 58, 64, 0.55);
}

/*allows for a spacer div*/
#spacer50 {
    height: 50px;
}


ul.bullet {
    list-style: circle;
    font-weight: bold;
}


/*makes all the news images the same size*/
.news-img {
    max-width: 170px;
    padding: 10px;
}
.news-img-sm{
    max-width: 120px !important;
    padding: 2px !important;
}


/*my standard line*/
hr {
    display: block;
    /*    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;*/ 
    margin: 0.5em o.5em auto auto;
    border-style: inset;
    border-width: 3px;
}


.game-image {
    width: 80%;
}

span.moreContent {
    display:none;
}

#sidebar {
    border: groove;
    background-color:burlywood;
}