.error, .highlight {
	color: #d61414
}

.hidden {
	display: none;
}

.panel-text {
	cursor: pointer;
	color: #333;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    text-transform: initial;
}

.pointer {
	cursor: pointer;
}

.messageTitle {
    float: left;
}

pre {
    display: block;
    padding: 0px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: unset;
    border: 0px;
    border-radius: unset;
    color: unset;
    font-family: "Open Sans", Arial, serif;
}

pre::-webkit-scrollbar {
    display: none;
}

.home {
	float: left;
    margin: 3px 10px;
    font-size: large;
}

.paginationjs-pages{
	position: absolute;
    left: 45%;
}

.newIcon {
    border-radius: 4px;
    height: 25px;
}
