
#mod-info{
	background-color: #002f56;
    box-shadow: 0px 1px 6px 0px #000000;
    position: relative;
    text-align: center;
}

.transparent-blue{
	background-color: rgba(0, 0, 0, 0.32);
}

.small-info{
	font-size: 14px;
}

.mod-heading{
	color: yellow;
	text-align: center;
	margin-top: 0px;
	font-weight: 600;
	font-size: 29px;
}

.screenshot{
	width: 100%;
	-moz-box-shadow: 0px 0px 5px 0px rgb(0,0,0);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0,0,0);
    box-shadow: 0px 0px 5px 0px rgb(0,0,0);
}

.curse-screenshot{
	background-size: cover;
    height: 347px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin: 0 auto;
    background-color: black;
    width: 100%;
    -moz-box-shadow: 0px 0px 5px 0px rgb(0,0,0);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0,0,0);
    box-shadow: 0px 0px 5px 0px rgb(0,0,0);
}
   

.minecraft-client{
	width: 100%;
}

.buy-desc{
	color: #fffca4;
    font-size: 16px;
}

.mod-desc{
	color: white;
	font-size: 17px;
	margin-top: 12px;
}

.feature-row{
	margin: 30px 0px 60px 0px;
}

.bottom-button{
    text-align: center;
    padding: 46px 0px;
    background-color: #001e3fa6;
    border-top: solid 2px black;
}

.mod-icon{
	display: inline-block;
}

.mod-icon img{
	max-height: 60px;
}

.mod-tile{
	display: inline-block;
	padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.mod-tile-info{
	display: block;
    color: white;
    font-size: 19px;
}

.mod-tile-desc{
	display: block;
	color: grey;
}

#choose-server-ip{
	-moz-box-shadow: 0px 0px 10px 2px #000000;
    -webkit-box-shadow: 0px 0px 10px 2px #000000;
    box-shadow: 0px 0px 10px 2px #000000;
    margin-top: 20px;
}

#versions{
    padding: 10px 0px 0px 0px;
}

#versions .versions-table{
	background-color: rgba(0, 0, 0, 0.37);
}

#versions .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #00305f;
}

#versions table{
	color: white;
}

#versions h2{
	color: #fffa00;
    font-size: 25px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
}

#versions .label{
	margin-left: 5px;
}

.content{
	padding: 25px 12px;
}

.content-border{
	border: solid 1px black;
}

.content-shadow{
	-moz-box-shadow: 0px 0px 8px 0px #000000;
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;
}

.feature-shadow{
	-moz-box-shadow: 0px 1px 10px 4px rgb(0,0,0);
    -webkit-box-shadow: 0px 1px 10px 4px rgb(0,0,0);
    box-shadow: 0px 1px 10px 4px rgb(0,0,0);
}

.smpicnic-description h2 {
    color: #fffa00;
    font-size: 25px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin-top: 0px;
}

.smpicnic-description{
	margin-bottom: 25px;
}

.smpicnic-description p {
    color: white;
    font-size: 20px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
}

@media (max-width: 870px){
	.smpicnic-description p {
	    font-size: 17px;
	}
}

/* BROWSER */

.browser{
    border: 1px solid #FFF;
    border-radius: 3px;
    background-color: #002645;
	border: none;
}

.crossbar {
    border-bottom: 1px solid #ccc;
    padding: 7px 11px;
}

.browser ul, li{
	margin: 0;
    padding: 0;
    list-style: none;
}

.browser .crossbar .dots .red {
    background-color: #e34c24;
}

.browser .crossbar .dots .yellow {
    background-color: #e4d735;
}

.browser .crossbar .dots .green {
    background-color: #2ad665;
}

.browser .browser-content{
	width: 100%;
	opacity: 0.95;
	background-color: white;
}

.browser .crossbar .dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}