table#s3mv-shortcodes{
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
table#s3mv-shortcodes thead tr th{
    background-color: white;
    border-bottom: 1px solid #E5E5E5;
	padding: 10px 5px;
}
table#s3mv-shortcodes thead tr th.s3mv-shortcodes-name-heading{
	text-align: left;
}
table#s3mv-shortcodes thead tr th.s3mv-shortcodes-shortcode-heading{
	text-align: left;
}
table#s3mv-shortcodes thead tr th.s3mv-shortcodes-manage-heading{
	text-align: right;
}
table#s3mv-shortcodes tbody tr.odd{
    background-color: #F9F9F9;
}
table#s3mv-shortcodes tbody tr.even{
    backgorund-color: #FFFFFF;
}
table#s3mv-shortcodes tbody tr td{
    padding: 10px 5px;
}
table#s3mv-shortcodes tbody tr td.s3mv-shortcodes-name-row{
	font-weight: bold;
	width: 25%;
}
table#s3mv-shortcodes tbody tr td.s3mv-shortcodes-name-row a{
	text-decoration: none;
}

table#s3mv-shortcodes tbody tr td.s3mv-shortcodes-shortcode-row{
	width: 55%;
}
table#s3mv-shortcodes tbody tr td.s3mv-shortcodes-shortcode-row input[type="text"]{
	width: 80%;
}

table#s3mv-shortcodes tbody tr td.s3mv-shortcodes-manage-row{
	text-align: right;
	font-weight: bold;
}
table#s3mv-shortcodes tbody tr td.s3mv-shortcodes-manage-row a{
	text-decoration: none;
}
table#s3mv-shortcodes tbody tr td.s3mv-shortcodes-manage-row a.s3mv-delete-player{
	color: red;
    cursor: pointer;
}

.subText {
    font-size:12px !important; 
    font-style: italic;
}

.smallText {
	font-size: 14px !important; 
}

.smallTextEliteOnly {
	font-size:10px !important;
    color: #5E5E5E;
}