* {
    font-family:cursive;
    background-color: black;
    color: gray;
}

#title {
    /*color: white;*/
    font-weight: bold;
}

a.verb {
    color: lightgreen;
    text-decoration: none;
    font-size:large;
    white-space: nowrap;
    cursor: pointer;
}

a.entity {
    color: lightgreen;
    cursor: pointer;
    /*text-decoration: underline;*/
}

.hostile {
    color: red !important;
}

.party {
    color: royalblue !important;
}

.path {
    color: lightgreen;
    /*text-decoration: dotted underline;*/
    cursor: pointer;
}
.path:hover {
    text-decoration: underline;
}

/*span.cmd {*/
.cmd {
    /*border: 1px solid purple;*/
    font-weight: bold;
    color: lightcyan;
}

.tags {
    font-weight: bold;
}

.keyword {
    /*text-decoration: dotted purple underline;*/
    color: darkgray;
    /*text-decoration: underline dashed;*/
    /*color: */
    /*font-style: italic;*/
}


.btn {
  border: 0;
  line-height: 1.5;
  /*padding: 0 12px;*/
  padding-left: 15px;
  padding-right: 20px;
  font-size: 1rem;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px black;
  border-radius: 7px;
  background-color: lightgreen;
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 0.2),
    rgb(0 0 0 / 0.2) 30%,
    transparent
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 0.6),
    inset -2px -2px 3px rgb(0 0 0 / 0.6);
}

.btn:hover {
  background-color: green;
}

.btn:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 0.6),
    inset 2px 2px 3px rgb(0 0 0 / 0.6);
}


.table_left {
    color: darkslategray;
    /*border-right: 1px solid gray;*/
    width: 6em;
    padding-bottom: 8px;
    /*border: 1px solid green;*/
}

.table_right {
    min-width: 6em;
    padding-bottom: 8px;
    /*padding-left: 8px;*/
    /*border: 1px solid blue;*/
}

.table_nopadding {
    padding-bottom: 0px;
}

.description {
    min-width: 12em;
}

.numfield {
    width: 2em;
    /*background: yellow;*/
    text-align: right;
    display: inline-block;
}


table { 
    border-spacing: 0px;
    border-collapse: separate;
    /*width: 100%;*/
}

td, th { /* table cells */
    padding: 0px;
}


img.entity_image {
    width: 300px;
    /*float: left;*/
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
     /*border-style:ridge; */
    border-radius: 10px;
    /* -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(2px); */
}


img.combat_icon {
    border-radius: 50%;
    /* filter: blur(1px); */
    width: 50px;
    vertical-align: middle;
    margin-bottom: 3px;
    display: inline-block;
}

.ministatus {
    white-space: nowrap;
    padding-left: 5px;
    /*display:inline-block;*/
}


/*@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}*/

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#menu {
    top:0px; right: 0px;
    margin-right: 2em;
    margin-top: 6px;
    position: absolute;
    color: darkslategray;
}
    .menuitem {
        color: darkslategray;
    }
    .menuitem:hover {
        color: blue;
        cursor: pointer;
    }

#work {
    margin-left: 1em;
    padding-left: 1em;
    /*border-left-color: linear-gradient(to right, red, orange);*/
    /*border: 2px solid darkslategray;*/
    /*border-radius: 1em;*/
    margin-bottom: 6px;
    border-left: 6px solid  darkslategray;
}

#main {
        margin-bottom: 15px;
}

#cmd {
     margin-bottom: 15px; 
     margin-top: 15px;
}

#expl {
    display: none;
}

#debug {
     margin-bottom: 15px; 
     margin-top: 15px;
}
