#message{
    text-align: center;
    margin: 10px 20px 30px 20px;
}

#msg2{
    font-size: 135%;
    color: #316100;
    text-align: center;
    border-bottom: 1px solid #316100;
    font-weight: bold;
}

#result_box{
    line-height: 1.7;
    border: 1px solid #ab7d1b;
    margin: 20px 20px 20px 10px;
    padding: 10px;
}

#result {
    margin: 20px;
    font-weight: bold;
}

#numerology {
    padding: 5px;
    font-size: 25px;
    color: hsl(240, 100%, 50%);
}

#summary {
    box-shadow: 0px 0px 4px 0px #aaa;
    padding: 10px;
    /*width: 600px;*/
}

#summary section:target {
    opacity: 1.0;
}
#summary section:not(:target) {
    display: none;
}
#twitter {
    margin: 20px;
    text-align: right;
}


blockquote h3{
    font-weight: bold;
    font-size: 135%;
    border-bottom: 1px dotted #ab7d1b;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

#bd{
    text-align: center;
    font-size: 115%;
}