

#table_id {
    display: block;
}

#table_id td {
    display: inline-block;
}

.customLangButton {
    width: 70px !important;
    background: #007a61;
    font-weight:bolder;
    font-size: 12px !important;
}

/* button,input {
    height: 55px !important;
*/
.lang-btn{
    height: 27px !important;
    font-size: 12px !important;
}
.table > tbody > tr > td {
    vertical-align: middle;
    font-size: 14px !important;
}
.btn-primary-green {
    background-color: #007a61;
    border: 2px solid #fed873;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px !important;
}
.btn-primary-green:hover {
    color: #fff !important;
    background-color: #4cae4c;
    border: 2px solid #fed873;
    font-size: 14px !important;
}
.btn-primary-green2 {
    background-color: #007a61;
    border: 1px solid #fed873;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
    height: 65px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary-green2:hover {
    background-color: #4cae4c;
    border: 1px solid #fed873;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
    height: 65px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-block {
    font-size: 14px !important;
    height: 65px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* override ogov.css link colors to make them all bright blue */
a:link,a:visited {
    color:#0000ff;
    text-decoration:none;
}
