
#read_more {
	margin-left:10px;
/*
    border:1px solid #000;
    background-color:#CCC;
    cursor:pointer;
    width:100px;
 */
/*     text-align:center; */
}


.fixed{
     position: fixed;
    bottom: 100px;
    left: 0px;
    z-index: auto;
    background-color:#fff;
	box-shadow:0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

* {
	font-family: Tahoma;
}


td.details-control {
    background: url('../vendor/DataTables/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../vendor/DataTables/resources/details_close.png') no-repeat center center;
}