/**
 * Copyright (c) 2015 Lepidus Tecnologia
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 */

.tocDoi span {
    font-size:1em;
    font-family: "Open Sans",sans-serif;
    margin: -10px 0px -10px 0px;
    padding: 10px 0px 10px 30px;
    background-image: url("doi.gif");
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
}

.tocDoi {
	padding-bottom: 10px;
	float:left;
}

#content #tocDoiCont {
	overflow: visible;
}

