#cmm3tabs > ul > li:before, #cmm2tabs > ul > li:before{
    content: none;
}

#cmm3tabs > ul > li > a:link, #cmm2tabs ul > li > a:link{
    border-bottom: none;
}

.program-title-container {
    margin-bottom: 3px;
    margin-left: 2px;
}

h1.title-text {
    text-align: left;
    font-size: 1.2em;
    margin: 0 0 0 5px;
}

span.subtitle-text {
    text-align: left;
    display: block;
    margin: 0 0 0 5px;
}

.content .cmmdiv p {
    color: white;
}

.content .roundedbutton.cmmdownload {
    margin: 5px;
}

span.modmanager_version {
    font-size: 22;
}

#bleedingedgelink {
    color: aqua;
}

#bleedingedgelink:hover {
    color: white;
}

.download-main {
    padding: 5px;
    text-align: center;
}

.download-block {
    margin-top: 25px;
    padding: 5px;
    max-width: 245px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.5);
}

.block {
    display:block;
}

.reflect {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}

#modmanager_download_link, #modmanager_download_link:visited, #modmanager_source_link, #modmanager_source_link:visited {
    text-decoration: none;
}

#modmanager_download_link:hover, #modmanager_source_link:hover {
    text-decoration: none;
}

#modmanager_download_link:active, #modmanager_source_link:hover {
    text-decoration: none;
}

#modmanager_source_button {
    color: #454645;
    font-size: 14px;
    width: 80%;
}

h2.modmanager_title {
    font-size: 24px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

p.modmanager_description {
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

p.download_size {
    padding: 0;
    margin: 0;
}

.me3explorer_version {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px black;
    margin-top: 4px;
}

.downloadpanel {
  display: flex;
  justify-content: center;
}

.versioninfo, .downloadinfo {
  flex: auto;
  max-width: 300px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.seethrough-content {
    background: rgba(30,90,120,.65);
    color: white;
}

.seethrough-content > div:nth-child(even) {
    background: rgba(0,60,60,.55);
}

.seethrough-content p, .seethrough-content span {
    color: white;
    text-shadow: 1px 1px black;
}

.seethrough-content h2 {
    text-shadow: 2px 2px black;
}

.seethrough-content .feature-title, .seethrough-content .additional-features-title, .seethrough-content li {
    text-shadow: 1px 1px black;
}

.seethrough-content > div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.seethrough-content > div > div { 
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.seethrough-content > div > div > h2 { 
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    color: white;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.features-columns > div {
    display: inline-block;
    max-width: 33%;
    text-align: center;
    vertical-align:top;
}


.additional-features-title {
    font-size: 22px;
    color: #50E2DB;
    font-family: 'Open Sans', sans-serif;
}

.additional-features-columns > div {
    display: inline-block;
    vertical-align:top;
    max-width: 40%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
}

.feature-title {
    font-size: 22px;
    color: #20B2AA;
    font-family: 'Open Sans', sans-serif;
}


.seethrough-content ul {
    text-align: left;
    list-style: none;
    padding:0;
    margin:0;
}

.seethrough-content li { 
    padding: 7px 0;
    padding-left: 1em; 
    text-indent: -.7em;
    font-family: 'Source Sans Pro',Arial,Liberation Sans,DejaVu Sans,sans-serif;
}

.seethrough-content li:before {
    content: "• ";
    color: #20B2AA; /* or whatever color you prefer */
}

#modmanager_download_button {
    color: #454645;
    font-size: 17px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#modmanager_source_button {
    color: #454645;
    font-size: 14px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#modmanager_developer {
	margin-top: 3px;
	font-family: 'Open Sans', sans-serif;
    font-size: 0.75em;	
}


.dlc_mod_url:link, .documentation:link { 
    color: rgb(215,215,255); 
    background: rgba(255,255,255,0);
    text-decoration: underline solid rgba(255,255,255,.3);
    -o-transition:color .2s ease-out, background 2s ease-in;
    -ms-transition:color .2s ease-out, background 2s ease-in;
    -moz-transition:color .2s ease-out, background 2s ease-in;
    -webkit-transition:color .2s ease-out, background 2s ease-in;
    /* ...and now for the proper property */
    transition:color .2s ease-out, background 2s ease-in;
}
.dlc_mod_url::active, .documentation:active { color: yellow; text-decoration: underline solid rgba(255,255,255,.3); }
.dlc_mod_url:visited, .documentation:visited { color: #DDDDDD; text-decoration: underline solid rgba(255,255,255,.3); }
.dlc_mod_url:hover, .documentation:hover { color: rgb(100,255,100); text-decoration: underline; background: rgba(255,255,255,0.25) }

#modmanager_image {
	min-width: 100px;
	max-width: 100%;
	height: auto;
    width: auto; /* ie8 */
}

.fullhr {
    width: 100%;
    height: 1px;
    border: none;
    color: rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.5);
}

#avwarning {
    font-size: 12px;
}


.known-dlc-spacer {
    width: 5%;
    display: inline-block;
}

.glowtable {
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255, .15);
    padding: 4px;
    border-collapse: collapse;
}

.glowtable, .glowtable th, .glowtable td {
    border: 1px solid rgba(255,255,255,.8);
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}

.glowtable tr:nth-child(even) {    background: rgba(28,26,185,.11);}
.glowtable tr:nth-child(odd) {    background: rgba(26, 97,185,.11);}

@media only screen and (max-width:1045px) { 
    .additional-features-columns > div {
        display: block;  
        margin-left: auto;
        margin-right: auto; 
        max-width: 90%;
    }
    
    .features-columns > div {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    
    .download-block {
        float: none;
        background: none;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        max-width: 90%;
        border: 0 transparent;
        display: block;
    }

    .download-attract {
        float: none;
        display: block;
    }
    
    .seethrough-content > div > div { 
        max-width: 90%;
    }

    .known-dlc-spacer {
        display: none;
    }
}