/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

@media (max-width: 736px){
	.inside table{
		/* font-size: 12px; */
		width: 100% !important;
	}
	
	.inside table td {
		min-width: 60px !important;
	}
	
	.inside table th {
		text-align: center;
		line-height: normal;
		width: 50px;
	}

	 .avatar-iniciales {
		width: 50px !important;
		height: 50px !important;
		font-size: 19px !important;
	}
	
	
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.avatar-iniciales {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: white;
    font-weight: 400;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}