/* || General styles */

#titulo{
    text-decoration: none;
    color: #A9A9A9;    
    font-family: sans-serif;
}

.text-right{
    justify-content: right;
}

th, td, h5, #sort_button{
    color: #696969;
}

.frame{
    margin-bottom: 1.5em;
}

/* … */

/* || List styles */

.table{
    border-collapse: separate;
    border-spacing: 0 20px;
}

.id_column{
    border-top-width: 1px;
    border-left-width: 1px;    
    border-radius: 30px 0 0 30px;  
    padding-left: 1em!important;  
}

.title_column{
    border-top-width: 1px;    
}

.button_column{
    border-top-width: 1px;    
    border-right-width: 1px; 
    border-radius: 0 30px 30px 0;
}

tr{
    vertical-align: middle;
}

#search_input{
    border-radius: 30px;
    padding-left: 20px;
}

#table_box{
    border-radius: 10px;
    padding: 0 3rem;
}

.input-group{
    width: auto;
}

.table-header{
    border-bottom-width: 0!important;
}

/* … */

/* || Album style */

#container_photo{
    position: relative;
    text-align: center;
    color: white;
    border-radius: 15px;
}

#container_photo > img {
    border-radius: inherit;
}

.bottom-center{
    position: absolute;
    bottom: 8px;    
    text-shadow: 0px 0px 2px #000;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.album{
    background-color: #fff!important;
}


#sort_button{
    width: auto;
}

#album{
    border-radius: 10px;
    padding: 0 1.5rem;
}

.text-last-right{
    text-align-last: right;
}

.border-rounded{
    border-radius: 30px;
}

.photo{
    padding: 1.5rem;    
}


/* … */
