#header ul.itemList {
    display: flex;
    list-style: none;
    margin: 20px 0 10px 0;
    padding: 0;
    /* max-width: 600px; */
    width: 100%;
    gap: 1px;
}

#header ul.itemList li {
    /* flex: 1; */
    width: calc(100% / 3);
}

#header ul.itemList li a,
#header ul.itemList li a:visited {
    display: block;
    height: 33px;
    background-color: #bfc0c0;
    color: #4c4948 !important;
    padding: 10px 3px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    font-size: 1.6rem;
}
#header ul.itemList li a:hover {
    text-decoration: none !important;
    opacity: 1 !important;
}
#header ul.itemList li a.active,
#header ul.itemList li a.active:visited {
    background-color: #9b308c;
    color: #fff !important;
}
#certInputTable {
    margin-top: 30px;
    font-size: 16px;
}
#certInputTable .formLabel,
#certInputTable .formInput {
    display: inline-block;
}
#certInputTable .formRow {
    padding-bottom: 20px;
}
#certInputTable .formLabel {
    width: 210px;
}
#certInputTable .formInput input[type="text"] {
    border: 1px solid #bfc0c0;
    outline: none;
    padding: 5px;
    min-width: 200px;
    width: 375px;
}
#certInputTable .commandRow {
    /* max-width: 600px; */
    /* text-align: center; */
    /* line-height: 50px; */
    margin: 20px auto;
}
#certInputTable .commandRow #btnSubmit {
    border: 0;
    outline: none;
    padding: 10px 30px;
    min-width: 180px;
    font-size: 1.6rem !important;
    background-color: #ffe900;
    color: #9b308c;
    cursor: pointer;
}
/* #certInputTable .commandRow #btnBack {
    border: 0;
    outline: none;
    padding: 10px 30px;
    min-width: 180px;
    font-size: 16px;
    background-color: #bfc0c0;;
    color: #4c4948;
    cursor: pointer;
} */
@media screen and (max-width: 641px) {
    #certInputTable .formInput {
        width: calc(100% - 225px);
    }
}
@media screen and (max-width: 600px) {
    #header ul.itemList {
        min-width: 300px;
        width: 100%;
    }
    #header ul.itemList li {
        width: calc(100% / 3);
    }
    #certInputTable {
        margin-top: 20px;
    }
    #certInputTable .formRow {
        padding-bottom: 0;
    }
    #certInputTable .formLabel {
        width: 100%;
        margin-bottom: 10px;
    }
    #certInputTable .formInput {
        width: 100%;
        margin-bottom: 10px;
    }
    #certInputTable .formInput input[type="text"] {
        width: calc(100% - 15px);
    }
}

.error_panel {
    background-color: #F5E6F0;
    border: 1px solid #B92855;
    color: #B92855;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    /* max-width: 580px; */
	text-align: center;
}

.btn_gray {
	margin: 5px 0 0 0;
	text-align: center;
}
.btn_gray a {
	display: inline-block;
	margin: 0 auto;
	background: #F5F5F5;
	border-radius: 5px; 
	min-width: 	260px;
	box-sizing: border-box;
	padding: 15px 30px 15px 30px;
	box-sizing: border-box;
	color: #282727 !important;
	font-size: 1.6rem;
	text-decoration: none;
	position: relative;
    border: 1px #D2D2D2 solid;
}
.btn_gray a:hover,
.btn_gray a:visited {
    color: #282727 !important;
    text-decoration: none !important;
}
