﻿body {margin:0px; padding:0px;}
a img {border-style:none;}
#desc {display:inline-block;  vertical-align:top;
color:rgb(115,102,86); font-size:14px; font-weight:500;   font-family:"Arial",Serif; width:235px;}
#arrows {display:block; text-align:justify;  }
/* instead of using span in the html code we can use the following
#arrows:after {
  content: "";
  display: inline-block;
  width: 100%;
}
*/