html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#project_table td {
    padding-right: 60px
}

table, th, td {
    border: 3px solid;
    border-style: solid;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}
table {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width : 100%;
    overflow-x : auto;
}
h1, h2, h3 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    margin-top: 45px;
}
ol li {
    margin-bottom: 10px;
}
table.contact, table.contact th, table.contact td
{
    border:none;
}
ul#plans li {
    margin-bottom: 10px;
}

label, input.submit {
    margin-top: 1em;
}

dialog {
    /*z-index: 9999;*/
    position : fixed;
    left : 10%;
    right : 10%;
    top : 10%;
    bottom : 10%;
    width : 80%;
    height : 80%;
    border : none;
    opacity : 1;
    /*background-color : lightslategrey;*/
    border-radius : 6px, 6px, 6px, 6px;


}