label{text-align: left;}
small{font-weight: normal;color: #666;}

.widefat {
    border-color: #DFDFDF;
    border-radius: 4px 4px 4px 4px;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    clear: both;
    margin: 0;
    width: 100%;
}
.jsrm-admin-table{
	width: 100%;
	margin: 1em 0;
}
.jsrm-admin-table td, .jsrm-admin-table th{
	vertical-align: top;
}
.jsrm-admin-table thead th{
	font-size: 1em;
}
#jsrm-current-menu-list a{ font-weight: bold; }

.deletion{ color: #f00; }

#donation{
	color: #777;
	padding: 10px;
	margin:  80px 100px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
	width: 500px;
}
#donation p{
	float: left;
	width: 300px;
	margin: 0;
}

#menu-title {
    font-size: 2em;
    line-height: 100%;
    padding: 3px 4px;
    width: 450px;
}
#menu-description{
    font-size: 1em;
    line-height: 100%;
    padding: 3px 4px;
    width: 450px;
}

#menu-submit, #items-submit{
	background-color: #ebe8e8;
}

#add-item-field, .edit-item-field{width: 300px;}
#add-desc-field, .edit-desc-field{width: 300px;}
#add-value-field, .edit-value-field{width: 60px;}

#jsrm-current-item-list tr:hover{
	background-color: #eee;
}

.drag-row{
	background-color: #eee;
	border: 1px solid #DDDDDD;
	box-shadow: 4px 4px 4px #777;
	-moz-box-shadow: 4px 4px 4px #777;
	-webkit-box-shadow: 4px 4px 4px #777;
}

.drag-row .edit-item-field, .drag-row .edit-desc-field, .drag-row .edit-value-field{
	background-color: #f7f7f7;
}
	
.delete-cell{
	width: 50px;
	text-align: center;
}

#shortcodeoutput{
	width: 100%;
	padding: 10px;
	color: #0186b0;
}
	
#jsrm-shortcode td{
	padding: 5px;
}
	
#jsrm-shortcode th{
	padding: 5px;
	width: 200px;
	font-weight: normal;
	text-align: right;
}

.customclass{
	display: none;
}
