@CHARSET "ISO-8859-1";

/******************/

body {
	margin:0;
	background: lightgray;
        overflow: hidden;
}

.ul_img {
	margin: 5px;
	padding: 0;
}

.navbar {
	width:100%; 
	height: 50px; 
	background: black;
	margin: 0;
  	padding: 0;
  	list-style: none;
  	border: 1px solid white;
}

.clear {
	clear: both;
}

.data {
	width: 100%;
	height: 100%;
}

.inner_data {
	position: absolute; 
	margin-left: 10%; 
	margin-right: 10%; 
	background: darkgray; 
	width: 80%; 
	height: 93%;
	padding: 5px;
	padding-top: 50px;
	text-align: center;
	border: 1px solid white;
	border-top: 0;
	display: none;
	overflow: auto;
}

.div_white_border {
	margin-left: 10%; 
	margin-right: 10%; 
	margin-bottom: 5px;
	border: 1px solid white;
	width: 80%;
	border-radius: 25px;
	
}
.td_txt_center, .td_txt_left { 
	padding: 10px; 
	font: 17px "helvetica neue", helvetica, arial, sans-serif;
	width: auto;
}

.td_txt_left {
	text-align: left; 
}

.td_txt_center {
	text-align: center;
}

.li_left {
	float: left;
}

li a {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font: 17px "helvetica neue", helvetica, arial, sans-serif;
  color: lightgray;
}

li a:hover {
	background-color: #555;
}

/********************************************************/

.alk {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.alk:hover {
	background-color: lightgray;
}


.dropdown {
    float: left;
    overflow: hidden;
}

.dp-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dp-content .alk {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}