table.hitlist { 
    width: 100%; 
    border-collapse: collapse; 
}
table.hitlist tr{
    background: white; 
}
table.hitlist tr.header td img{
    margin:0px !important;
}
table.hitlist tr.header td{
	color: #FFF;
    padding: 0px;
    border: 0px;
}
table.hitlist tr.header{
  background: #000000; 
}

table.hitlist th { 
    background: #198D94; 
    color: #fff; 
}
table.hitlist td, table.hitlist th { 
    padding: 6px;
    border-bottom: 1px dotted #666;
}

table.hitlist tbody tr:nth-of-type(odd) { 
    background: #eee; 
}

table.hitlist tbody tr:hover{
    background: lightgray; 
}

@media
only screen and (max-width: 760px) {

    /* Force table to not be like tables anymore */
    table.hitlist, 
    table.hitlist thead, 
    table.hitlist tbody, 
    table.hitlist th, 
    table.hitlist td, 
    table.hitlist tr { 
        display: block; 
    }

    table.hitlist th{
        font-weight: normal;
    }

	table.hitlist thead:nth-child(2) tr { 
		/*position: absolute;
		top: -9999px;
		left: -9999px;*/
		display:none;
	}

    table.hitlist tr { border: 1px solid #ccc; }

    table.hitlist td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    table.hitlist td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
		padding-right: 10px; 
        white-space: nowrap;
    }

    /*table.hitlist tbody tr:hover{
            background: white;
    }*/
    table.hitlist tbody tr td:hover{
        background: lightgray; 
    }

    table.hitlist.adm_docs td:before,
    table.hitlist.adm_searchs td:before,
    table.hitlist.legis td:before,
    table.hitlist.cc td:before,
    table.hitlist.ce td:before,
    table.hitlist.cd td:before {
        font-weight: bold;
    }

	table.hitlist thead:nth-child(1) tr td:first-child,
	table.hitlist thead:nth-child(1) tr td:last-child	{ display:none;}
	table.hitlist thead:nth-child(1) tr td.searchResultsControl span { float:initial !important; }

	table.hitlist.adm_docs tbody td:nth-of-type(1):before { content: "Fecha"; }
	table.hitlist.adm_docs tbody td:nth-of-type(2):before { content: "Titulo"; }
	table.hitlist.adm_docs tbody td:nth-of-type(3):before { content: "Acciones"; }

	table.hitlist.adm_searchs tbody td:nth-of-type(1):before { content: "Fecha"; }
	table.hitlist.adm_searchs tbody td:nth-of-type(2):before { content: "Titulo"; }
	table.hitlist.adm_searchs tbody td:nth-of-type(3):before { content: "Campos Usados"; }
	table.hitlist.adm_searchs tbody td:nth-of-type(4):before { content: "Acciones"; }

	table.hitlist.legis tbody td:nth-of-type(1):before { content: "Tipo"; }
	table.hitlist.legis tbody td:nth-of-type(2):before { content: "Numero"; }
	table.hitlist.legis tbody td:nth-of-type(3):before { content: "A\00f1o"; }
	table.hitlist.legis tbody td:nth-of-type(4):before { content: "Sector"; }
	table.hitlist.legis tbody td:nth-of-type(5):before { content: "Entidad Emisora"; }
	table.hitlist.legis tbody td:nth-of-type(6):before { content: "Estado"; }
	table.hitlist.legis tbody td:nth-of-type(7):before { content: "Ep\00edgrafe"; }
	table.hitlist.legis tbody td:nth-of-type(8):before { content: "Acciones"; }

	
	table.hitlist.cc tbody td:nth-of-type(1):before,
	table.hitlist.ce tbody td:nth-of-type(1):before,
	table.hitlist.cs tbody td:nth-of-type(1):before { content: "Identificador"; }
	
	table.hitlist.cc tbody td:nth-of-type(2):before,
	table.hitlist.ce tbody td:nth-of-type(2):before,
	table.hitlist.cs tbody td:nth-of-type(2):before { content: "Fecha de la Providencia"; }
        
	table.hitlist.cc tbody td:nth-of-type(3):before,
	table.hitlist.ce tbody td:nth-of-type(3):before,
	table.hitlist.cs tbody td:nth-of-type(3):before { content: "Magistrado Ponente"; }

	table.hitlist.cc tbody td:nth-of-type(4):before,
	table.hitlist.ce tbody td:nth-of-type(4):before,
	table.hitlist.cs tbody td:nth-of-type(4):before { content: "Extracto de jurisprudencia \A de relatoria"; }

	table.hitlist.cc tbody td:nth-of-type(5):before,
	table.hitlist.ce tbody td:nth-of-type(5):before,
	table.hitlist.cs tbody td:nth-of-type(5):before { content: "Acciones"; }

}