.downloadphp-page{background-color: white;}
.downloadphp-page h1{
    margin-top: 30px;
    font-weight: 100;
}
.downloadphp-page .background{
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden!important;
	height: auto;
}
.downloadphp-page .touchcopy_feature_left{padding: 20px 10px;}
.downloadphp-page .flex{
    height: auto;
    overflow: auto;
    display: flex;
    align-items: center;
    padding: 80px 10px;
}
.downloadphp-page #download-block{padding: 30px 0;}
.downloadphp-page #download-block .shadow{
    max-width: 350px;
    margin: 30px auto 10px;
    border-radius: 20px;
    box-shadow: 0 0 40px #cbd6d8;
    padding: 30px;
    border:none;
}

.downloadphp-page #download-block .shadow .callToAction{
    width: 300px;
    margin-bottom: 10px;
}
.downloadphp-page #download-block .shadow p{
    color: black;
    font-size: 0.8em;
    margin: 0;
}
.downloadphp-page .flex-text, .downloadphp-page .flex-media{flex: 1;}
.downloadphp-page .download-pc, .downloadphp-page .download-mac{display: block;}
.downloadphp-page .download-pc{border-right: 1px grey solid;}
.downloadphp-page .download-pc img, .downloadphp-page .download-mac img {
    width: 120px;
    transition: all 0.3s linear;
}
.downloadphp-page .download-pc:hover img, .downloadphp-page .download-mac:hover img {
    -webkit-filter: drop-shadow(10px 1px 2px rgba(0,0,0,0.5));
    filter: drop-shadow(10px 1px 2px rgba(0,0,0,0.5));
    transition: all 0.3s linear;
}
.downloadphp-page #download-block .callToAction {
    color: white;
    text-decoration: none;
    font-weight: 100;
}
.downloadphp-page .touchcopy_feature_left{
    color: white !important;
    height: auto;
    margin-bottom: 70px;
}
.downloadphp-page #languages, .downloadphp-page #tunesweeper_header, .downloadphp-page #content_sub_navigation, .downloadphp-page #global_footer{font-size: 0.8em !important;}
.downloadphp-page .flex-media{margin-right: 30px;}
.downloadphp-page .flex-text a{
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}

/* Demo vs Paid limitations table */
#demo-restrictions{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
#demo-restrictions div{overflow-x:auto;}
#demo-restrictions table{
    width:100%;
    text-align: center;
    color: black;
    background: white;
}
th{
    background-color: #393d3f;
    color: white;
    font-weight: 400;
    font-size: 1.2em;
    padding: 5px;
}
tr:nth-child(even){background-color: #f2f2f2;}
td{padding: 3px;}
td:nth-child(1){text-align: left;}
td:nth-child(5){background-color: #00d600;}
/* Alternative downloads */
.alternative-downloads{text-align: center;}
.alternative-downloads h3{font-weight: 100; font-size: 22px;}
.alternative-downloads .background{padding: 20px 0 90px 0; align-items: normal;}

@media (max-width:678px){
    .downloadphp-page h1{margin-top: 10px;}
    .downloadphp-page .touchcopy_feature_right, .downloadphp-page .background{padding: 20px 10px;}
    .downloadphp-page .flex{display: block;}
    .downloadphp-page .download-pc{border-right: none;}
    .downloadphp-page .mobile_container .callToAction{
        margin: 0 auto 50px;
        padding: 10px;
		background-image: linear-gradient(#d8202c, #94010b);
		box-shadow: 0px 2px 10px rgba(0,0,0,.75);
    }
}