body {
	font-family: 'Roboto', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 14px;
      /*background-color: #191970!important;*/
}

.menu-top{
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    right: 0;
    border: 1px solid #ccc;
    line-height: 60px;
    font-size: 1.5em;
    vertical-align: middle;

    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}

.menu{
	line-height: 60px;
	font-size: 1.5em;
	vertical-align: middle;
}

.p{
    margin-top: 70px;
}

.link{
	text-decoration: none;
	font-size: 1.5em;
}

.tabela{
	background: #fff;
	border-collapse: collapse;
}
#tabela td{
	color: #669;
	border-bottom: 2px solid #ccc;
}

#number {
  width: 6em;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.button_wrap_text
{
    width: 50px;
    white-space: normal;
}
