﻿.innercontent{
	padding:2rem;
}

.footNote{
   font-size:smaller;
}

.img_ich{
    border-radius: 10px;
}

.content img{
    float:none;
    margin:10px;
}

.content a, a:active {
    border: 0px transparent none;
    color: #555555;
    background: transparent none no-repeat;
    text-decoration: none;
}

.content a:visited{
    color:#555555;
}

.content a:hover {
    text-decoration: underline;
}

.content li{
    list-style-type:disc;
}

.content h3{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.grid li{
    list-style-type:none;
}

.grid li img{
    height: 3rem;
    display: block;
    margin: 0 auto;
}

.card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    list-style-type:none;
}

.card h3{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.card ul{
    padding-top: 1rem;
}

.card ul li{
    list-style-type:disc;
}
