
body{
    font-family: Arial;
    font-size: 12px;
}

.filetypes{
    font-size: 10px;
}

select[name=days], input[name=days] {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 12px;
	height: auto;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

body[style='font-size:12px;']{
    margin:0;
}
.filedelete::after {
	content: "X";
	cursor: pointer;
	color: red;
	font-size: 16px;
	text-shadow: 0 0 2px black;
	position: fixed;
	bottom: 22px;
	right: 7px;
	font-weight: bold;
}