.gadgets {}
.gadgets .display {}
.gadgets .display .name { display:none; }
.gadgets .gitm_gadget_lar {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
.gadgets .gitm_gadget_lar > div {
    padding:0px 13px 13px 13px;
}
.gadgets .gitm_gadget_lar .titles {
	font-weight: bolder;
    text-transform: uppercase;
    font-size: 1.3em;
}
.gadgets .gitm_gadget_lar .displays {}
.gadgets .gitm_gadget_lar .displays .options {}
.gadgets .gitm_gadget_lar .displays .options button {
	background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    color: blue;
    font-weight: bolder;
    font-size: 0.7em;
    border-bottom: solid 3px blue;
    border-top: solid 1px blue;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 4px;
}
.gadgets .gitm_gadget_lar .displays .options button.btnShowDevInfos {}
.gadgets .gitm_gadget_lar .displays.devInfoActive .options button.btnShowDevInfos:after {
	content:"hide last commit";
}
.gadgets .gitm_gadget_lar .displays .options button.btnShowDevInfos:after {
	content:"show last commit";
}
.gadgets .gitm_gadget_lar .displays.devInfoActive .devInfo {
	display:block;
}
.gadgets .gitm_gadget_lar .displays .devInfo {
	display:none;
}
.gadgets .gitm_gadget_lar .displays .fs {
	white-space:nowrap;
	overflow:hidden;
}
.gadgets .gitm_gadget_lar .displays .date:before {
	content:"Last commit: ";
	color:black;
}
.gadgets .gitm_gadget_lar .displays .date {
	font-size:0.8em;
	color:gray;
}
.gadgets .gitm_gadget_lar .displays .author:before {
	content:"Commited by: ";
	color:black;
}
.gadgets .gitm_gadget_lar .displays .author {
	font-size:0.8em;
	color:gray;
}
.gadgets .gitm_gadget_lar .displays .description {
    padding:3px 0px;
    color:black;
    font-size:1em;
    word-break:break-word;
}
