/*
 *  Styles for App Store App Box
 */
 
.is-appstore {
    display: block;
    float: left;
    font-size: 12px;
    height: auto;
    min-height: 120px;
    width: 100%;
}

.is-app-icon {
    float: left;
    margin-right: 10px;
}

.is-app-icon img {
    border-radius: 10px;
    width: 72px;
}

.is-app-title {
    float: left;
    overflow: hidden;
    padding-top: 12px;
}

.is-app-title h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.is-appstore-table {
	display: inline-block;
    margin-bottom: 40px;
	width: 100%;
}

.is-appstore-table ul {
    border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	list-style: none;
    margin: 0;
	overflow: hidden;
    padding: 0;
}

.is-appstore-table ul li {
	float: left;
	height: 50px;
	list-style: none;
    margin: 0;
	padding: 7px;
	width: 25%;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.is-appstore-table p {
    font-size: 1em;
	font-weight: bold;
}

.is-appstore-table span.is-label {
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
}

a.is-appstore-buy {
    background-color: #85B62D;
    color: #FFFFFF;
    display: block;
    font-size: 1.4em;
    margin: 3px auto 5px auto;
    min-width: 75px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    width: 75%;
}

a.is-appstore-buy:hover,
a.is-appstore-buy .is-promotion:hover {
    color: #FFFFFF;
    background-color: #454545;
}

.is-appstore-table ul li.is-app-seven a {
    color: #000000;
    text-decoration: none;
}

.is-appstore-table ul li.is-app-one,
.is-appstore-table ul li.is-app-two,
.is-appstore-table ul li.is-app-three {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.is-appstore-table ul li.is-app-five,
.is-appstore-table ul li.is-app-six,
.is-appstore-table ul li.is-app-seven {
	border-right: 1px solid #E5E5E5;
}

.is-appstore-table ul li.is-app-four {
    text-align: center;
}

.test {
    max-height: 80%;
    overflow: scroll;
}