﻿p, div, td
{ 
  font-weight: normal;
  color:dimgray; 
  text-align: left;
}

input 
{   background: white;
    color: green;
    font-size: 16px;
    font-weight:	normal;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

textarea
{   background: white;
    font-family:		verdana;
    color: green;
    font-size: 16px;
    font-weight:	normal;  
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    }
   
@media (orientation: portrait) 
{ .card-brief
  {
    padding-top: 40px;
  }
  .pro-description
  {
    width: auto;
  } 
}  
@media (orientation: landscape) 
{
  .card-brief 
  {
    width: 360px;
    margin: 20px;
  }
  .pro-description
  {
    max-width: 400px;
  }
}  
.w200px
{
  width: 200px;
}

.login
{ BORDER-BOTTOM:	1px solid;
  BORDER-LEFT:		1px solid;
  BORDER-RIGHT:		1px solid;
  BORDER-TOP:		1px solid;
  margin:			1px;
  font-weight:		none;
  color:			green;
  background-color: white;
}

.myaccount_tab_bottom
{
  BORDER-BOTTOM:	1px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		1px solid;
  BORDER-TOP:		0px solid;
  BORDER-COLOR:		red;
  text-align:		center;
  margin:			1px;
}

.myaccount_tab_top
{
  BORDER-BOTTOM:	0px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		1px solid;
  BORDER-TOP:		1px solid;
  BORDER-COLOR:		#82A1DD;
  text-align:		center;
  margin:			1px;
}

.myAccount_bottomright {
  BORDER-BOTTOM: 1px dotted #A9C0FF;
  BORDER-RIGHT: 1px dotted #A9C0FF;
}
.myAccount_bottom {
  BORDER-BOTTOM: 1px dotted #A9C0FF;
}
.myAccount_right {
  BORDER-RIGHT: 1px dotted #A9C0FF;
}

.comparison_button
{
  font-size:		10px;
  color:			orange;
  font-weight:	bold;
}

.pageSeparator {
	BORDER-BOTTOM: 1px dotted #ffffff;
}

.pic_left
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
	border: 0px;  
  position: relative; 
  float: left;
}
.pic_right
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	border: 0px;
  position: relative; 
  float: right;
}

.picblock {
  flex-basis: 100px;
  flex-shrink: 0; 
  margin-right: 20px;
 }

.pic {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}