.index_content {
	margin: 50px;
	margin-bottom: 700px;
}

.index_content table {
	width: 100%;
	border-spacing: 8px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color: #ccccff;
	margin-bottom: 50px;
}

.index_content table tr {
	/* border-bottom: 1px solid black; */
    /* border-top: 1px solid black; */
    border-collapse: collapse;
}

.index_content table td {
	padding-left: 20px;
	padding-right: 20px;
}

#index_title {
	height: 100px;
	font-size: 3em;
	font-style: bold;
	/* border-bottom: 1px solid grey; */
	/* border-top: 1px solid grey; */
	/* word-break: break-all; */
	word-wrap: break-word;
	/* white-space: normal; */
}

#index_id {
	height: 100px;
	width: 100px;
	text-align: right;
	/* border-bottom: 1px solid grey; */
	/* border-top: 1px solid grey; */
}

#index_id img {
	width: 60px;
}

#index_descr {
	min-height: 100px;
	font-size: 2.5em;
	background-color: #e6e6ff;
	/* border-bottom: 1px solid grey; */
	/* border-top: 1px solid grey; */
	word-wrap: break-word;
	/* word-break: break-all; */
	/* table-layout: fixed; */
	/* white-space: -moz-pre-wrap; */
}

#index_geo {
	height: 50px;
	font-size: 2em;
	/* border-top: 1px solid grey; */
}

#index_map {
	height: 100px;
	width: 80px;
	/* border-top: 1px solid grey; */
	text-align: center;
}

#index_map img {
	width: 80px;
}

#index_web {
	height: 100px;
	width: 80px;
	/* border-top: 1px solid grey; */
	text-align: center;
}

#index_web img {
	width: 80px;
}

#index_source {
	height: 50px;
	font-size: 2em;
}


/* Flag */
#index_flag_insert, #index_flag_update, #index_flag_delete {
	position: fixed;
	font-size: 2em;
	text-align: center;
	height: 100px;
	right: 0px;
	left: 0px;
	background-color: green;
	color: #e6fff3;
	opacity: 90%;
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}


/* Function Buttons (Insert, Filter) */
.index_func {
	position: fixed;
	bottom: 210px;
	right: 10px;
}

.index_func img {
	float: right;
	width: 150px;
	margin: 10px;
}