body{
	padding-top: 20px;
}

.card-header{
	font-weight: 400;
}

h5{
	font-size:16px;
}

h2{
	padding-bottom: 10px;
}

.p1{
	margin-top:5px;
}

.head a{
	min-width:146px;
}

.action a{
	min-width:98px;
}

.card{
	margin-bottom: 5px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .30em;
}

.lsz{
	font-size:14px;
	padding: .2em .45em .3em;
}

.label3 {
    display: inline-block;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}

.label2 {
    display: inline-block;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}



.nav a{
	margin-right: 5px;
}

.scratch-container {
    position: relative;
    width: 360px;
    height: 140px;
    margin: 24px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

#scratchCard {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    border-radius: 8px;
}

.prize-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 24px;
    background: #fff;
    border: none;
    border: 1px solid #ccc;
    opacity: 0;
    animation: fadeIn 0.1s forwards 0.1s;
}

.prize-text .badge {
    color: #fff;
    border-radius: 18px;
    font-size: 24px;
}

.prize-text .issue {
    font-size: 24px;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
