/* Sidebar */

#Palette {
/*    margin: 5px 10px 0px 10px;*/
	overflow: hidden;
}
#Edit-Palette {
    /*margin: 0px 10px;*/
}
.information p {
    text-indent:-16px;
    margin-left: 16px;
    margin-bottom: 1px;
}

p.info-strong {
    font-weight: bold;
    font-size: 14px;
}
span.info-strong {
    font-weight: bold;
    font-size: 14px;
}

p.info-weak {
    color:  grey;
    font-size: 13px;
}

#SidebarContainer {
	/*overflow-x: hidden;*/
}

/* Body properties */
.alex-background {
	background-color: #1E2A33;
}
.tool-contents {
    margin:5px 0px;
}
.Body-Center {
	/*text-align: center;*/
}