#outertopstuff
{
    width: 100%;
    padding-bottom: 60px;
}

#topstuff
{
    width: 80%;
/*    border-style: solid; *
    border-width: 1px;
    border-color: black; */
    border-radius: 10px;
    background: #eee;
    margin-left: 10%;
    padding: 20px;
}

#banner
{
    font-family: sans-serif;
    font-size: 36pt;
    text-align: center;
}

#tagline
{
    text-align: center;
    font-style: italic;
}

#instructions
{
    text-align: center;
}

#inputarea
{
    text-align: center;
    padding-bottom: 20px;
}

#thedate
{
    font-size: 30px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

#celebratebutton
{
    height: 40px;
    background: #aaf;
    padding: 0px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

body
{
    font-family: sans-serif;
}

#results
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 40px;
    grid-auto-flow: dense;
}

.result
{
    cursor: hand;
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    vertical-align: center;
    margin-bottom: 4px;
}

.result:hover
	    {
		border-width: 2px;
		margin-bottom: 2px;
	    }

.result_date_outer_block
{
    display: inline-block;
    width: 60px;
    text-align: center;
    height: 100%;
    background: #eee;
    border-radius: 10px;
    height: 60px;
}

.result_date_block
{
    width: 60px;
    position: relative;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.result_date_month
{
    margin-top: 7px;
    display: inline-block;
    font-size: 15px;
}

.result_date_date
{
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
}

.result_date_year
{
    padding-top: 5px;
    font-size: 12px;
}

.result_outer_description
{
    padding-left: 20px;
    display: inline-block;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.result_description
{

}

.result_details {
    display: none;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 10pt;
    font-style: italic;
}

#about {
    font-size: 8pt;
    margin: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#bottomstuff {
    font-size: 10px;
    margin: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#advanced {
    margin-top: 10px;
    color: #bbb;
    cursor: hand;
    text-size: 10pt;
}

#units {
//    display: none;
}

#custom_unit_outer {
    text-align: center;
}

#custom_unit_outer {
}

#custom_unit {
    margin-left: auto;
    margin-right: auto;
    background: #eee;
    display: none;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    width: 80%;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
}

#custom_label {
    text-align: right;
    padding-right: 20px;
}
