td.nobr {
	width: 100px;
}

td.bold {
	font-weight: bold;
	width: 150px;
}

td.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 650px;
	height: 20px;
}

#feedwrap tr:hover {
	background-color:rgb(236, 243, 247)!important;
}

#feedtable {
	display:none;
}

#feedtable td {
	border:0;
	font-size: 13px;
	padding-bottom: 5px;
}

div.feeddiv {
	width: 100%;
	height: 150px;
    overflow: auto;
}

span.handle {
	font-weight: bold;
}

div.tweet {
	padding-top: 5px;
	font-size: 12px;
	cursor:pointer;
}

#feedwait {
padding-top: 50px;
	text-align: center;
}

div.fivestars {
	height: 18px;
	background-image:url('/parks/images/5stars.png');
}

div.zerostars {
	width: 96px;
	height: 18px;
	background-image:url('/parks/images/0stars.png');
	float:left;
}

div.leftrightrow {
	display:table-row;
}

div.leftheader {
	min-width:20px;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	display:table-cell;
	padding:5px;
}

div.topheadersm {
	text-align:left;
	display:table-cell;
	padding:1px;
	font-weight:bold;
	font-size:11px;
	padding-right: 7px;
}

div.rightsidesm {
	text-align:left;
	display:table-cell;
	padding:1px;
	font-size:11px;
	padding-right: 7px;
}

div.rightside {
	text-align:left;
	display:table-cell;
	padding:5px;
}

div.starsdiv {
	float:right;
	font-size:13px;
	font-weight:bold;
}

#yt_preview {
	height:120px;
	width:auto;
}

button.normalbutton
{
   height:20px;
   margin:5px;
   padding:0px 10px;
}

button.editbutton
{
   font-size:10px;
   font-weight:bold;
   height:20px;
   padding:0px 10px;
   background-color:#33CC00;
}

td.blueborder {
	border:1px solid #536482!important;
}

tr.nohover:hover {
	background-color:rgb(236, 243, 247)!important;
}

img.staffpick {
	height:100%;
	width:auto;
	vertical-align:middle;
}

textarea {
	width:auto;
}