﻿.oldcertbox {
    border-bottom: solid 1px #333;
}
.newcertbox {
    border: solid 1px #333;
    padding: 1rem;
    background-color: #FAFAFA;
    color: black;
    margin-bottom: 3px;
    border-radius: 0.5rem;
}
.newform input[type=email], .newform input[type=phone],  .newform input[type=text], .newform textarea, .newform select {
    display: block;
    font-family: inherit;
    font-size: inherit;
    padding: 6px;
    margin-bottom: 3px;
}
.newform input[type=submit], .newform input[type=button] {
    padding: 6px 16px;
    margin-top: 1rem;
    margin-bottom: 3px;
}

.searchresultsbox {
}
    .searchresultsbox a {
        display: block;
        padding: 6px 3px;
        color: white;
    }
.cutebutton {
    border: solid 1px #CACACA;
    border-radius: 8px;
    padding: 4px 16px;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.cutebutton2 {
    border: solid 1px #CACACA;
    border-radius: 8px;
    padding: 4px 16px;
    margin-bottom: 0.5rem;
    float: right;
    background-color: #4472c4;
    color: white;
}

.CertificateSection {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 5px;
}

.HomePageBox {
    display: block;
    margin-bottom: 1rem;
    padding: 3px;
    background-color: #4472c4;
    color: white;
    box-shadow: 5px 5px 5px 0px rgba(142, 142, 142, 0.5);
}