$baseColor: #398B93;
$color-form-highlight: #EEEEEE;
body
{
    float:left;
    width: 100%;
}

p
{
  text-align: justify;
}

#aboutMe
{
    float:left;
    width: 50%;
}

#nav
{
    float:left;
    width: 100%;
}

#menu
{
    float:right;
    width: 40%;
}

#menu p
{
    float:left;
}

table
{
    float: left;
    border-collapse: collapse;
    /*width: 100%;
    height: 100%;*/
    
}

tr.title
{
    background-color: #f2f2f2;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #333;
}

#nav ul.selected
{
    background-color: white;
    color: #333;
}

#nav li a.selected {
    background-color: #666;
    color: white;
    font-weight: bold;
}

#nav li {
  float: left;
}

#nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#nav li a:hover {
  background-color: #111;
}

table.partIIProjects
{
  width: 100%;
}

table.partIIProjects td.available
{
  background-color: green;
  color: white;
}

#draftsTopics
{
  float:left;
}
#draftsExtra
{
  width: 100%;
  float:left;
}

/*tr:nth-child(even)
{
    background-color: #f2f2f2;
}*/

/*p:after {
    display: inline;
}*/
