@charset "UTF-8";
a:hover {
	text-decoration: underline;
}
body {
    background-color: #FCFCFC;
}
button[type="submit"], button[type="reset"] {
	vertical-align: bottom;
}
.card {
    background-color: #FFF;
    border: 1px transparent solid; 
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
    margin: 5px; 
    padding: 5px; 
    min-height: 138px;
}
.card > div {
    margin-bottom: 5px;
}
.card span, .card a {
	font-size: 0.9rem;
}
.card:hover {
    border: 1px #cbcbcb solid;
}
.card i {
	min-width: 20px;
	text-align: center;
}