html {
	background:#F5F5F5
}
.topinfo {
	display:flex;
	flex-direction:row;
}
#carta {
	margin-top:25px;
    width: 85%;
    max-width: 800px;
    margin: 20px auto 0 auto;
    display: flex;
	flex-direction:column;
}
#carta.allApps {
	margin: 20px auto 5px auto;
    background: rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 5px 5px 62px 5px;
}
.download-cards {
    margin-top: 15px;
}
.icon-cont {
	height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
}
.info-cont {
    width: 100%;
	padding-left:10px
}
.icon {
	width: 32px;
	height: 32px;
    border: 1px solid #eaeaea;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #f0f0f0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}
.appname {
	font-size:18pt;
}
.appdesc {
    font-size: 11pt;
}
.appversion {
	font-size:80%
}
.platform {
	position: relative;
    height: 84px;
    border: 1px solid #efefef;
    margin-bottom: 16px;
    background: #fff url(https://zeek.imeev.com/images/platform-icons-full.png) no-repeat top left;
}
.download-bar i {
	position:absolute;
	left:5px;
    font-size: 16pt;
    top: 4px;
}
.file i {
    position: relative;
    top: 0px;
}
.file a {
    padding-left: 7px;
    position: relative;
    top: 0x;
}
.file a:hover {
    text-decoration: underline;
}
.platform.huawei {
	background-position: 8px -85px;
	top:200px;
}
.allApps .platform.huawei{
	top:52px;
}
.platform.android {
	background-position: 8px -40px;
}
.platform.ios {
	background-position: 8px 4px;
	top: 130px;
}
.allApps .platform.ios{
	top:25px;
}
.download-bar {
	cursor:pointer;
-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.15);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.15);
    border: none;
    font-size: 14px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: box-shadow 0.25s;
    -moz-transition: box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    position: relative;
    background: #fff;
    color: #0c9db7;
    padding: 7px 8px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 32px;
    padding: 0 8px;
    line-height: 29px;
	background-color: #0c9db7;
    font-weight: bold;
    color: #fff;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
.ext {
    text-align: right;
    font-weight: normal;
    font-size: 9pt;
}
.modified {
	font-size: 10pt;
    position: absolute;
    bottom: -24px;
}
.extrafiles {
    position: absolute;
    top: 113px;
    border-top: rgba(0,0,0,0.2) solid 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.platform.android-bundle {
	margin-top: 150px;
	margin-bottom: 25px;
}
@media only screen and (min-width: 600px) {
	.icon {
		width: 57px;
		height: 57px;
	}
	.appname {
		font-size: 26pt;
	}
	.platform {
		width: 48%;
		margin-right: 1.5%;
		display: inline-block;
	}
	.platform.android-bundle {
		margin-top: 0;
		margin-bottom: 16px;
	}
	.platform.huawei {
		top:130px;
	}
	.allApps .platform.huawei {
		top:35px;
	}
}
.ios.no-android{
	top:0
}