html,
body {
  	padding: 0;
  	margin: 0;
}

table {
	td, th {
		padding: 5px;
	}
	&.list {
		th {
			background-color: #e47405;
		    color: #fff;
		    padding: 10px 5px;
		    border: 1px solid #e47405;
		}
		td {
			position: relative;
			border: 1px solid #cac8c8;
			color: #000;
		}
	}
	&.no-border {
		td {
			border:0 !important;
		}
	}	
}

.thumbnail {
	position: relative;
	margin: 5px;
	
	select.btnMediaSequence {
		position: absolute;
		top: 5px;
		left: 5px;
	}
	
	img {
		max-height: 200px;
	}
}

