
.agron-readers{
    flex-basis:70%;
}
.agron-table{
	overflow-x: auto;

}
.agron-table .agron-tr{
    background-color: white;
}
.agron-table .title-td{
    min-width:150px;
}

@media (max-width: 767px) {  
	.agron-readers { flex-basis:100% }
	.personal-menu-page-side{
	    display: none;
	}
	.agron-table {
	    width: 90vw;
	}
	.agron-table table{
	  /* margin: 0 5px;*/
	}
	.agron-table tr {
	    padding: .35em;
	}
	.hide-on-mobile{
	    display:none;}
	
}
/*codes-digital-books*/
tr.date-passed
{
    color: #b9b9b9;
}
.button-digital img{
    height: 95%;
}


.joining-library-messages{
    margin-bottom: 50px;
    white-space: pre-line;
}

.agron-joining-the-library-form .grid-container{
	margin-bottom: 60px;
}

/* my-profile */
.agron-my-profile-form .grid-container label{
    min-width:max-content;
    align-self: center;
}
.agron-my-profile-form .grid-container input{
    width: 75%;
}

.dt-layout-start{justify-content: flex-end !important;    margin-left: auto;}
.dt-layout-end{justify-content: flex-start !important;    margin-right: auto;}
.dt-paging-button{font-size: 18px;}
.dt-input{font-size: 18px;}







