.t-Alert--wizard .t-Alert-title {
    font-size: 1.4rem;
    line-height: 1;
    height: 30px;
} 

 
.t-Alert--horizontal .t-Alert-title {
    font-size: 1.4rem;
}

.linkableRegion {
    cursor: pointer; 
}

.linkableRegion:hover {
    box-shadow: 0px 6px #7a7a7a;
}  

.linkableRegion:active {
    background-color:rgba(96, 96, 96, 0.05);
}  

@media only screen and (max-width: 790px) { 
   .t-Alert--wizard .t-Alert-title {
    font-size: 1.2rem;
    } 
}
    
@media only screen and (max-width: 640px) { 
   .t-Alert--wizard .t-Alert-title {
    font-size: 1.4rem;
    height: 20px;
    }   
}


