.app-widget {
	display: block;
	width: 300px;
	height: 250px;
    position: relative;
}
.app-widget:hover{
    text-decoration: none;
}
.app-widget-heading {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    color: #fff;
}
.app-widget-heading strong {
    color: #fff;
}


.app-widget .app-widget-cta,
.app-widget .app-widget-cta:hover,
.app-widget .app-widget-cta:focus,
.app-widget .app-widget-cta:active{
    position: absolute;
    top: 135px;
    right: 10px;
}

.app-widget:hover .app-widget-cta {
    text-decoration: none;
}