body {
	color: #333333;
}

.wondz_logo {
	display: block;
    text-decoration: none;
    color: white;
}

.wondz_logo span {
    color: #e53935;
}

.content_wrapper {
	width: 100%;
}

.tool_btn {
    background-color: #00cb9f;
    padding: 2px 8px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    width: initial;
    height: 25px;
    line-height: 25px;
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    border-bottom: 1px solid #517fa4;
    margin: 10px 10px;
    cursor: pointer;
    display: inline-block;
}