a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

a[href]:after {
 	content:"";
}


.tool-tab {
    display: none;
}

.nav.nav-tabs {
    display: none;
}

.content.box {
    border:  none;
    padding: 0;
}

.main {
    padding: 0;
    margin-left: 0;
    width:  100%;
}

.navbar {
    display: none;
}

body {
    padding-top: 0;
}

.sidebar {
    display: none;
}

.save {
    display: none;
}

.form-control {
    padding: 0;
    border:  none;
    box-shadow: none;
    background: white !important;
}

.input-group-addon {
    padding:0;
    background: white !important;
    padding-right: 10px;
    border: 0;
}

span.glyphicon:not(.glyphicon-euro) {
    display: none;
    margin-right: -10px;
}


.visible-for-print {
    display: initial !important;
}

.rating > input ~ label:before {
    color: #CCC !important;
}

.rating > input:checked ~ label:before {
    color: black !important;
}


.btn-group .btn.btn-default.active, .highlight .btn.btn-default.active {
    background: black !important;
    color: white !important;
}

.hide-in-print {
    display: none;
}