.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}
.mytitle {
    color: #003973;
    text-decoration: underline;
    text-decoration-color: #f00;
}
p {
    text-align: justify;
}
ul.list li {
    list-style-position: outside;
    text-indent: -0.7em;
    padding-left: 0.5em;
}
a {
    color: #1a1a1a;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    outline: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
.table-mine tbody tr:first-child {
    text-align-last: center;
}
.table-mine tbody tr th {
    background: #0d2d62;
    color: #fff;
    border-top-color: #0d2d62;
}
.table-mine tbody tr td {
    background: #fff;
    color: blue;
    vertical-align: middle !important;
}
.card-body {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.txt-justify {
    text-align: justify;
    text-indent: 2em;
}
