#tackle{
    margin-top:40px;
}
#tackle h1 a{
    text-decoration:underline !important;
}
#tackle .note {
    margin-top:41px;
    margin-left:20px;
    margin-right:20px;
    padding:10px;
    border-style: solid;
    border-width: 1px;
    background-color: #CCC;
}
#tackle .lead{
    margin-top:20px;
    font-size:19px;
}
#tackle .card{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin:40px;
}
#tackle .card-body{
    padding:1.25rem;
}


