@charset "utf-8";
/* CSS Document */

#mywidget-options {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 9em;
  margin:0;
  padding:10px;
}



#mywidget-options .config-param {
    display: block;
    margin: 10px 0 0 0;
}

#mywidget-options .config-param-half {
    display: block;
	float:left;
	width:50%;
	margin: 10px 0 0 0;

}

#mywidget-options input, #mywidget-options #load-source-duration {
    border: 1px solid lightgrey;
    width: 100%; margin:0;
}



.button { 
	font-weight:bold; 
	cursor:pointer; 
	font-size:10px; 
	margin-top:3px;
}

#mywidget-options h2 {
    color: #000000;
    font-size: 14px;
    padding-bottom: 4px;
	margin:0;
}

