.appbtn-panel{
	margin-left: 120px;
	margin-bottom: 25px;
}
.appbtn-panel li{
	margin-bottom: 0 !important; 
}
.appbtn {
	max-width: 184px !important; 
	border-radius: 7px;
}

.appbtn-next {
	margin-left: 25px;
}

.app-desc {
	margin-bottom: 25px;
}

.app-desc p {
	font-size: 100% !important;
}

.app-warning {
	color:red;
}

.app-warning-bold {
	color:red;
	font-weight: bold;
}


.inactiveLink {
   pointer-events: none;
   cursor: default;
}
/*
----------------------------------------------------------------------------------------------------------------- 375px */
@media screen and (max-width: 570px){
	.appbtn-panel {
		width: calc(100% - 120px);
		margin-left: 0 !important;
		display: flex;
		justify-content: space-between;
	}
	.appbtn-panel li {
		width: 49% !important;
	}
	.appbtn-next,
	.app-desc p {
		margin-left: 0 !important;
	}
}
/*
----------------------------------------------------------------------------------------------------------------- 375px */
@media screen and (max-width: 414px){
	.appbtn-panel {
		width: calc(100%);
	}
	.appbtn-panel li {
		width: 49% !important;
	}
	.appbtn-next {
		margin-left: 0;
	}
	
}