.col-md-10 {
    width: 100%;
}

p {
    line-height: 1.5;
}

a:focus {
    text-decoration: none;
}


/* Definições personalizadas do Rahel */


/* title antigo */


/*
*,
*:before,
*:after {
    box-sizing: border-box;
}

article [title] {
    position: relative;
}

article [title]::before {
    --title-width: 180px;
    background: rgba(3, 54, 73, 0.91);
    content: attr(title);
    position: absolute;
    z-index:4;
    top: 1.8rem;
    left: 50%;
    width: var(--title-width); 
    width: 180px;
    margin-left: calc(0px - var(--title-width) / 2); 
    margin-left: -90px;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
}

article [title]:hover::before {
    opacity: 1;
    transform: scale(1);
}

article [title]::before {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    width: 450px;
    letter-spacing: 1px;
    padding: 30px 50px;
    transform-origin: center top;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
} */


/* Fim do title antigo */

sup {
    top: 0;
}

blockquote {
    padding: 15px;
    background-color: #fafafa;
    color: #34495E;
    border-left: 6px solid #34495E;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

blockquote p {
    display: inline;
}

table {
    text-align: left;
}

.sideaffix {
    display: none !important;
}

#affix {
    display: none;
}

.article table {
    font-size: 14px;
}


/* Fim das definições personalizadas do Rahel */