﻿#classes
{
  margin-left: 25px;
}


#product
{
  width: 350px;
  height: 350px;
  
  background-color: White;
  
  border-top:     1px dashed navy;
  border-left:    1px dashed navy;
  border-right:   1px dashed #c6c6ff;
  border-bottom:  1px dashed #c6c6ff;
  
  float: left;
  margin: 10px;
  
  text-align: left;
  padding: 10px;
}


#product div
{
  padding-top: 20px;
}


.image
{
  width: 150px;
  max-height: 250px;
  
  margin-right: 10px;
  margin-bottom: 10px;
}


.title
{
  display: block;
  text-align: center;
  
  font-size: larger;
  font-weight: bolder;
  color: Navy;
  
  background-color: #fffcc4;
  
  padding: 10px;
  margin: -10px;
  border-bottom: 1px dashed navy;
}


.description
{
  font-size: medium;
}


#duration
{
  clear: both;
  font-weight: bold;
}

.duration
{
}

#knowledge
{
  font-weight: bold;
}