input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 0px;
}

#placeHolder {
	width: 100%;
	height: 1px;
	background-color: black;
}

#outerFrame {
	position: absolute;
	width: calc(100% - 10px);
	background-color: #1e1e1e;
	margin: 0px;
	height: calc(100% - 40px);
	font-size: 17px;
	padding: 5px;
}

#windowFrame {
	height: 4%;
	width: 40%;
	margin-left: 57.5%;
	background-color: black;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	opacity: 30%;
}

#innerFrame {
	width: 100%;
	height: calc(100% - 55px);
	background-color: rgb(43, 43, 43);
	overflow-y: scroll;
}

#innerFrame::-webkit-scrollbar {
	width: 10px
}

#innerFrame::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0)
}

#innerFrame::-webkit-scrollbar-thumb {
	background-color: rgb(68, 68, 68)
}

.pannel {
	height: 20px;
	width: calc(100%-2px);
	border: 1px solid black;
	margin-top: -1px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.pannelTask {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1%;
	width: auto;
	top: 50%;
	transform: translate(0px, -50%);
}

.completeTime {
	position: relative;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 1%;
	width: auto;
	top: 50%;
	transform: translate(0px, -50%);
}

.buttonEdit {
	height: 100%;
	background-color: inherit;
	float: right;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left-color: black;
	border-width: 1px;
}

#buttonEdit:hover {
	background-color: rgb(39, 39, 39);
	cursor: pointer;
}

#taskiBox {
	width: 60%;
	height: 50px;
	float: left;
	color: white;
	font-size: 250%;
}

#taski {
	position: relative;
	width: calc(100% - 100px);
	top: 50%;
	transform: translate(0%, -50%);
	background-color: rgb(46, 46, 46);
	border-color: rgba(0, 0, 0, 0.356);
	color: rgb(255, 255, 255);
	outline-color: gray;
}

#timer {
	width: 34%;
	height: 50px;
	float: right;
	color: white;
	font-size: 180%;

}

#timerp {
	position: relative;
	margin: 0px;
	top: 50%;
	transform: translate(0%, -50%);
	float: right;
}

#buttonss {
	height: 35%;
	position: relative;
	margin-top: 3px;
	float: right;
	color: gray;
	background-color: rgb(46, 46, 46);
	border: none;
	margin-right: 2.5%;
}

#buttonss:hover {
	background-color: rgb(39, 39, 39);
	cursor: pointer;
}

#buttonss:active {
	background-color: rgb(19, 19, 19);
}

#buttonr {
	position: relative;
	height: 35%;
	float: right;
	color: gray;
	background-color: rgb(46, 46, 46);
	border: none;
	margin-right: 2.5%;
	bottom: -10%;
}

#buttonr:hover {
	background-color: rgb(39, 39, 39);
	cursor: pointer;
}

#buttonr:active {
	background-color: rgb(19, 19, 19);
}

input.pannelTask {
	width: 91.546%;
	height: inherit;
	background-color: rgb(46, 46, 46);
	border-color: rgba(0, 0, 0, 0.356);
	color: rgb(255, 255, 255);
	outline-color: gray;
	border: 0px solid
}