* { font-family: 'Roboto', sans-serif; }
body { width: 100%; margin: 0; padding: 0;}

/* Nagłówek */
.kcsw-mitem-hdr div div { color: #151516; font-size: 16px; background: rgba(229, 248, 248, 0.46); padding: 5px 8px; border: 1px solid #fff; border-right: none; border-bottom-color: #dbd3d3; border-top-color: #dbd3d3;}
.kcsw-mitem-hdr div div:last-child { border-right: 1px solid #fff; }

/* Element listy */
.kcsw-mitem div div { height:32px;font-size: 17px; padding: 7px 8px; padding-bottom: 30px; border-bottom: 1px solid #dbd3d3; background: rgba(229, 248, 248, 0.16); }

.kcsw-mitem div:hover {background:aliceblue}

/* Autor */
.kcsw-mitem div div:first-child { border-left: 1px solid #fff; color: darkslategrey; }
.kcsw-mitem div div:first-child a { text-decoration: none; color: #363b3b; }
.kcsw-mitem div div:first-child a:hover { text-decoration: none; color: crimson; }

/* Tytuł */
.kcsw-mitem div div:nth-child(2) { border-left: 1px solid #fff; color: darkslategrey; text-overflow: ellipsis !important; overflow: hidden; white-space: nowrap; }
.kcsw-mitem div div:nth-child(2) a { text-decoration: none; darkslategrey; text-overflow: ellipsis !important; overflow: hidden; white-space: nowrap; }
.kcsw-mitem div div:nth-child(2) a:hover { color: crimson; }

/* Kategoria */
.kcsw-mitem div div:nth-child(3) { border-left: 1px solid #fff; color: #151516 !important; font-size: 16px;} 	
.kcsw-mitem div div:nth-child(3) a { text-decoration: none; color: #151516; }
.kcsw-mitem div div:nth-child(3) a:hover { text-decoration: none; color: crimson; }

/* Data */
.kcsw-mitem div div:nth-child(4) { border-left: 1px solid #fff; color: #798179; font-size: 16px;}

/* Pobierz */ 
.kcsw-mitem div div:last-child { border-left: 1px solid #fff; border-right: 1px solid #fff; font-size: 14px; padding-top:5px; padding-bottom:32px; }
.kcsw-mitem div div:last-child a { color: forestgreen; }
.kcsw-mitem div div:last-child a:hover { text-decoration: none; color: crimson; }

.kcsw-mitem:last-child {margin-bottom: 20px;}

 .play-me { opacity: 0.6; cursor: pointer; width:18px; float:right; margin-top:1px; }
 .play-me:hover { opacity: 1; }
 
 .close-me {position:absolute; right: 10px; top: 0; cursor:pointer; opacity: 0.8;}
 .close-me:hover { opacity: 1 }
 
 .media-wrapper {
	border-bottom1: 1px solid #ddd; 
	background: rgba(229, 248, 248, 0.46); 
	margin-bottom: 15px; padding-top:5px;
}

.blink-me { animation: blinker 2s linear infinite; }
@keyframes blinker { 50% { opacity: 0; } }

ul.pagination {
	margin-top:16px !important;
}
ul.pagination li a { 
	margin-bottom: 4px !important; 
	curosr: pointer; 
	min-width: 36px; text-align: center; 
	color: #333;
}
ul.pagination li a:hover { background: azure; }
ul.pagination li.active a { background: rgba(229, 248, 248, 1); border-color: #ddd; color: darkslategrey;}
ul.pagination li.active a:hover, ul.pagination li.active a:active, ul.pagination li.active a:focus { background: rgba(229, 248, 248, 1); border-color: #ddd; color: darkslategrey;}

.playing-row { background: #64b3ed38; }
.playing-row div { color: #3d3d3d !important; }
