.animationdev-btn{

    display:block;
    width:100%;
    padding:16px;
    margin:15px 0;

    text-align:center;

    border-radius:8px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.animationdev-download{

    background:#00b67a;
    color:#fff;

}

.animationdev-download:hover{

    background:#009865;

}

.animationdev-download.disabled{

	background:#999;
	cursor:not-allowed;
	pointer-events:none;

}

.animationdev-preview-btn{

	display:inline-flex;
	align-items:center;
	justify-content:center;

	padding:12px 26px;

	background:#111;

	color:#fff;

	border-radius:8px;

	text-decoration:none;

	font-weight:600;

	transition:.3s;

	margin-right:10px;

}

.animationdev-preview-btn:hover{

	background:#ff4d00;
	color:#fff;

}