#main-table {
	width: 100%;
	border-collapse: collapse;
        font-family: 'Roboto';
	font-size: 12px;
}
#main-table td {
	padding: 1px;
	text-align: center;
}
.img-td {
	white-space: nowrap;
}
.img-td img {
        margin: 0 auto;
        background-color: transparent;
}
.img-td .machine-quick-controls a img {
	padding: 2px;
}
.img-td .machine-quick-controls a img:hover {
        background-color: #e9f0ff;
}
#main-table tbody tr {
        background-color: transparent;
}
#main-table tbody tr:nth-child(even) {
        background-color: #ebebeb;
}
#main-table tbody tr.last-visited-row { /* questo va dopo tr:even() */
        background-color: #ffc;
	font-weight: bold;
}
#main-table tbody tr:hover { /* questo va dopo tutti gli altri tr */
        background-color: #cee8ff;
	cursor: pointer;
}

#main-table select {
	width: 114px;
	font-weight: bold;
        font-family: 'Roboto';
	font-size: 12px;
        vertical-align: middle;
}

#main-table th {
      margin: 0;
      padding: 0 3px;
      line-height: 30px;
      font-weight: bold;
      border-bottom: 1px solid #c7c7c7;
      text-align: center;
      white-space: nowrap;
      background-color: #fafafa;
      vertical-align: middle;
}
#main-table th span {
        vertical-align: middle;
}
#main-table th a {
        text-decoration: none;
        color: #00f;
        font-size: 10px;
        vertical-align: middle;
}
#main-table th a.selected {
        color: #f00 !important;
}
#main-table th a:hover {
        text-decoration: none;
        color: #f00 !important;
}

#main-table th.first {
        border-left: none;
}