.container-dataset
 {box-shadow: 0 -2px 4px 0 rgba(150, 150, 150, 0.5);padding-right: 0;}


.search-form {
margin: 20px 0 20px 0;
padding: 0px;
}


.searcher {
    padding:0;
	border-bottom: solid 1px #cccccc;
}

.searcher input {
	border: none;
	width: 90%;
}


.searcher button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    color: gray;
    width: 10%;
}

.order{
    text-align: right;
    padding-right: 0;
}


.order select {
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: gray;
	padding: 0 5px;
}

.datasets-buttons {
    margin-bottom: 10px;
    text-align: right;
}

.dataset-border {

    border: #eee solid 1px;
}

.button-actions{
    width: 100%;
    font-size: 12px;
}