﻿   /*************************************TEAM***********************************************/

 .rowTeam
 {
    position: relative;
    height:auto;
    margin-top: 2px;
    border-bottom: solid 1px #c7e0f4;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .leftTeam
  {
    position: absolute;
    width: 10px;
    padding: 0px;
    text-align: left;
    border: solid 0px red;
   }
   
 .rightTeam
   {
    position: relative;
    left: 125px;
    width: 358px;
    text-align: left;
    border : solid 0px green;
    min-height: 155px;
  }
  
