@charset "UTF-8";
/* Bootstrap CSS Fixes */
.modal {
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 1.1em;
}
* {
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;
}
img {
vertical-align: initial;
}
.modal img {
vertical-align: middle;
}
table {
border-collapse: initial;
}
.modal table {
border-collapse: collapse;
}
ol, dl {
margin-top: initial;
margin-bottom: initial;
}
ul{
margin: 10px 0 0 20px;
}
.modal ol, .modal ul, .modal dl {
margin-top: 0;
margin-bottom: 1rem;
}
.modal .modal-header a.close:hover{
cursor: pointer;
}
@media (min-width: 576px) {
.modal .modal-dialog {
max-width: 900px;
}
}
.modal h5, .modal .h5 {
font-size: 1.25rem;
}
.modal h1, .modal h2, .modal h3,
.modal h4, .modal h5, .modal h6,
.modal .h1, .modal .h2, .modal .h3,
.modal .h4, .modal .h5, .modal .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.modal h1, .modal h2, .modal h3,
.modal h4, .modal h5, .modal h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
.modal p {
margin-top: 0;
margin-bottom: 1rem;
}