.import-task-panel{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

    text-align: center;

    button{
    	margin-right: 12px;
    	margin-bottom: 8px;
    }

    .glyphicon-arrow-right{
    	font-size: 80%;
    }

    .close:hover, .close:focus{
    	color: inherit;
    }

    .upload-progress-bar{
    	margin-top: 12px;
    }

    .btn-import{
	    margin-top: 8px;
    	margin-left: 8px;
    }
}