div.info-person{
    background: #677788;
    padding: 3px 15px 0 15px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
}

div.info-person-img{
	max-width: 110px;
}

img.info-person{
	width: 100px;
	margin-bottom: 30px;
}

#more-button {
    border: 0;
    background: 0;
    color: #377dff;
    font-weight: bold;
}

#more-content {
    display: none;
    padding-top: 35px !important;
    border-radius: .5rem;
    background: #fafafa;
}

.none {
    display: none;
}

.tokado-view ul > li {
    margin-bottom: 1rem !important;
}

.tokado-view blockquote {
    margin: 1rem 0;
    border-left: 10px solid #e77844;
    padding: 0 1rem;
    text-align: justify;
    font-style: italic;
}

.tokado-view img  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    max-width: 500px;
    height: auto !important;
}

.tokado-view iframe  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    max-width: 500px;
}

.tokado-view table {
    border-collapse: unset !important;
    border-spacing: 1px !important;
    width: 100% !important;
    min-width: 767px;
    border: 0;
}

.tokado-view table tr:nth-child(odd) {
    background: #eceff3;
}

.tokado-view table tr:nth-child(even) {
    background: #f7faff;
}

.tokado-view table td {
    padding: 5px;
}

.tokado-view table td p {
    margin-bottom: 0 !important;
}

.table-view {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .table-view {
        overflow-x: scroll;
    }
}