#content{display: inline-table; width: 72%}

#logo {
	display: inline-table; 
	width: 50%; 
	padding-bottom: 5px;
}

#logout {
	/*margin-top: 85px;
    float: right;
    text-align: right;
    padding-right: 15px;*/
	display: inline-table;
    width: 45%;
    text-align: right;
    padding-right: 15px;
	padding-bottom: 10px;
}

#menu_bar {
    /*max-width: 866px;*/
    border: solid 3px #d1738d;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #d1738d;
    color: #FFF;
    text-align: center;
    margin-left: 17px;
}

.addRemoveButton {
	border: solid 3px #d1738d;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 2px 15px;
	font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 115%;
    font-weight: lighter;
	text-decoration: none;
	background-color: #fff;
} 
.addRemoveButton:active {
	color: #000;
	text-decoration: none;
}

.buttonText {
	color: #8f5a0a;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.elencoCodici {
    border-collapse: collapse; 
    width: 70%; 
    border: 1px solid #ddd; 
    text-align: center;
}

.elencoCodici tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd; 
}

.elencoCodici tr.header, .elencoCodici tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}

.linkButton {
	color: #000;
    border: solid 3px #d1738d;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 2px 10px;
	font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 115%;
    font-weight: lighter;
	text-decoration: none;
    /*padding-right: 25px;
    padding-left: 25px;*/
}

.linkButton:active, .linkButton:visited {
	color: #000;
	text-decoration: none;
}

.marginRightLeft3 {
	margin-left: 3px;
	margin-right: 3px;
}

.menu_link {
	color: #FFF;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: lighter;
}

.sidebar{display: inline-table; width: 14%}

.textCentered {text-align: center;}

