td .sm-th {
    display: none;
}

@media all and (max-width: 740px) {
    table, thead, tbody, th, td, tr { 
		display: block; 
    }
    thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
        margin-bottom: 0.5rem;
    }
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
        position: relative;
        font-family: LatoWebMedium;
        text-align: left;
    }
    td .sm-th {
        display: inline!important;
        padding-right: 10px; 
        white-space: nowrap;
        color: #616161;
        font-family: LatoWebLight;
    }
    td:before { 
		padding-right: 10px; 
        white-space: nowrap;
        color: #616161;
        font-family: LatoWebLight;
    }
    #res-manage-table td:nth-of-type(1):before { content: "Название:"; }
	#res-manage-table td:nth-of-type(2):before { content: "Подписчики:"; }
	#res-manage-table td:nth-of-type(3):before { content: "Регион:"; }
	#res-manage-table td:nth-of-type(4):before { content: "Тип:"; }
	#res-manage-table td:nth-of-type(5):before { content: "Цена размещения грн.:"; }
	#res-manage-table td:nth-of-type(6):before { content: "Редактировать:"; }
    #res-manage-table td:nth-of-type(7):before { content: "Удалить:"; }

    #res-show-table td:nth-of-type(1):before { content: "Название:"; }
	#res-show-table td:nth-of-type(2):before { content: "Подписчики:"; }
	#res-show-table td:nth-of-type(3):before { content: "Регион:"; }
	#res-show-table td:nth-of-type(4):before { content: "Тип:"; }
	/* #res-show-table td:nth-of-type(5):before { content: "Цена размещения грн.:"; } */
	#res-show-table td:nth-of-type(5):before { content: "Выбрать:"; }

}