


#rawjson {
    display: none;
}


.superlong {
    height:10000em;
}

img.tiny {
    width:150px;
}

img.tiny_sq {
    height:150px;
    width:150px;
}

img.heroshot {
    height:300px;
    width:300px;
}



img.small {
    width:300px;
}
img.normal {
    width:600px;
}

#psrlist {
	padding:0;
}
#psrlist li {
	float: left;
	border: solid 1px gray;
	margin:5px;
	list-style: none;
	height: 360px;
    width: 300px;
    overflow: hidden;
}

#psrlist li.psrbreak {
	margin-left: -1px;
	margin-right: -4px;
	border: solid 1px black;
    width: 0;
}
#psrlist li .psr {
	font-weight: bold;
}

#psrlist li a {
	text-decoration:none;
}

#psrlist li a:hover {
	text-decoration:underline;
}

.obsinfo_menu {
	margin-left:0.5em;
}

#psrlist img {
    display: inline-block;
}

.pulseblock {
    float:left;
    border: solid 1px gray;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;

}



.placeholder {
    width: 150px;
    height: 150px;
    display: inline-block;
    background-color: gray;
}

.heroplaceholder {
    width: 300px;
    height: 300px;
    display: inline-block;
    background-color: gray;
}

.search {
    font-weight: bold;
    padding: 3px;
    padding-bottom:4px;
    margin-left:8px;
    border: solid 1px black;
}


.opttitle {
    font-weight: bold;
}


.inline {
    display: inline;
}
#psr {
    display: inline;
}

#block {
    float:left;
    clear: both;
}

#xtra,
#fstack,
#sum {
    border: solid 1px gray;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    float:left;
    clear: both;
}
#xtra {
    clear:none;
}

#top {
}

#bottom {
    clear:both;
}

#tags {
}


#tagbox {
    display: inline;
}

#othertags,
#psrtags,
#thistags {
    display: inline-block;
}

#controls,
#data {
    display: inline-block;
    float:left;
    border: solid 1px gray;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    min-width: 36em;
}


.imgcontainer {
    position: relative;
    text-align: center;
    color: black;
    display: inline-block;
}

.imglabel {
    position: absolute;
    top: 8px;
    left: 16px;
}

h3 {
    clear:both;
    margin-bottom:0.2em;
    margin-top:0.6em;
}

span.ver {
	font-size: x-small;
}

.infotable table {
    border-collapse: collapse;
}
.infotable table td {
    font-size:small;
    border: solid 1px gray;
}


div.tags {
    position: relative;
    top:-5px;
    padding-left:5px;
}


.tag {
    font-size:small;
    font-family:monospace;
    background-color: lightgreen;
    margin-left :1px;
    margin-right :1px;
    border: solid 1px green;
    border-radius:3px;
}

.othertag {
    background-color: lightgray;
    border-color: gray;
    color: gray;
}

.psrtag {
    background-color: lightblue;
    border-color: blue;
    color: blue;
}

.tagx {
    cursor:pointer;
    padding-left:1px;
    padding-right:1px;
}

.tagx:hover {
    color:red;
}


.ui-tooltip {
    font-size:small;
    padding:3px;
    box-shadow: 0 0 5px #aaa;
    background-color:lightyellow;
}
