

.custom_body{
    background-color: lavender;
    width: 99%;
}

.container{
    width: 99%;
}

.header{
    display: block;
    margin: 1% auto;
    width: 70%;
    background-color: lavender;
}

.logo-name{
    display: block;
    width: 320px;
}

.info{
    display: block;
    margin: 1% auto;
    padding: 0px 20px 60px 20px;
    width: 90%;
    background-color: #bbbbbb;
    border-radius: 10px;
    position: relative;
}

.title{
    padding-top: 2%;
    font-size: 22px;
    font-family: helvetica;
    font-weight: bolder;
}

.title_not_found{
    padding-top: 20px;
    font-size: 22px;
    font-family: helvetica;
    font-weight: bolder;
    text-align: center;
}

.data{
    background-color: lavender;
    margin-left: 0;
    margin-right: 0;
    display: block;
    border: black 1px;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    border: 1px solid black;
}

.data-line{
    margin: 0 10px 0;
    /*border-bottom: 1px solid black;*/
    font-family: helvetica;
    font-size: 20px;
    padding-top: 10px;
}

.data-line-last{
    margin: 0 10px 0;
    font-family: helvetica;
    font-size: 20px;
    padding-top: 10px;
    border: transparent;
}

.param{
    display: block;
    border-right: 1px solid black;
    float:left;
    width: 35%;
    font-weight: bold;
    padding-right: 1%;
}

.value{
    padding-left: 37%;
    text-align: left;
    color: rgba(0, 0, 0, 0.58);
    font-weight: bold;
}

.info-notice{
    background-color: gray;
    color: white;
    position: absolute;
    font-family: helvetica;
    text-align: center;
	bottom: 0;
	left: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    font-size: 16px;
}

#contact{
    /*background-color: gray;*/
    position: relative;
    font-family: helvetica;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	left: 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.58);
}

#footer{
    /*background-color: gray;*/
    font-family: helvetica;
    text-align: center;
	left: 0;
    width: 100%;
}

.cert_finder_button {
    background-color: #447e9b;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
}

.cert_finder_text {
    font-size: 24px;
    font-family: helvetica;
    font-weight: bolder;
    position: relative;
}

.cert_finder_input {
    font-size: 28px;
    font-family: helvetica;
    font-weight: bolder;
}

.cert_finding{
    display: block;
    margin: 1% auto;
    padding: 20px 20px 20px 20px;
    width: 70%;
    background-color: #bbbbbb;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
