
/*footer format*/
footer {
        text-align: center;
        font-family: sans-serif;
        width: 100%;
        bottom: 0;
        position:fixed;
    }
/*the list format*/
#theList {
	list-style-type:none;
   ;
}

#theList>li {
    margin: 2px;
   
     background-color: #EEEE;
}

.handle, .removeListItem {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#container ul li span.handle {
	cursor: move;
}

.sortable input {
	border: 0;
	background: transparent;
	font-family: "Tahoma";
	font-size: 24px;
	color: #1C94C4;
	width: 385px;
}
#doClearAll {
	display: none;
}

#container input[type="button"] {
	height: auto;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #333;
	background-color: #23293d;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	width: auto;
	color: white;
}

#container ul.sortable {
	width: 480px;
	margin: auto;
}
a.removeListItem, a.removeListItem:link {
	color: #A858A3;
	display: none;
	float: right;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
}
a.removeListItem, a.removeListItem:link {
	color: #A858A3;
	display: none;
	float: right;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
}

/*pointer cursos in navbar*/

.pointer {
	cursor: pointer;
}
