#top_docs {
    margin-top: 5px;
    width: 100%;
}

.doc_container { 
    min-height: 200px;
    flex-direction: column;
    display:flex;
    padding:15px;
}

.info {
    flex-direction: column;
    font-size: 12px;
    flex-grow: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}
.get_text_buttons {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.text {
    flex-direction: column;
    flex-grow: 3;
    margin-top: 5px;
    margin-bottom: 5px;
}
.get_full_text {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top:10px;
    padding-bottom: 10px
}
