Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
font-size: 75%;
font-family: Tahoma, Roya,  sans-serif;
}


.pBody 
{
   padding: 0.3em 0.1em;
}
 
div.pBody {
  border-left:none;
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
.portlet h5 
{
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 1em;
   border-radius-topright: 1em;
}
 
#content { 
-moz-border-radius-topright: 0em; 
  border-radius-topright: 0em;
-moz-border-radius-bottomright: 0em;
  border-radius-bottomright: 0em;
 }
 
/* corners round*/ 
#p-cactions ul li, #p-cactions ul li a { 
-moz-border-radius-topleft: 0em; 
  border-radius-topleft: 0em;
-moz-border-radius-topright: 1em;
  border-radius-topright: 1em;
 }
 
#p-personal ul {
  filter: alpha(opacity=60); -moz-opacity: .60; opacity: .60;  -moz-border-radius-bottomright:1em;
  border-radius-bottomright:1em;
  border-color:rgb(250, 189, 35);
  border-width:0.1em;
  border-style:solid;
  background:#F8FCFF;
 
  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
  float:left;
  padding:0.2em;
  padding-bottom:0.2em;
  padding-left:0.2px;
  border-top:none;
  border-left:none;
  margin:0;
 
  /* overrides 3px p-r that's above */
  padding-left:5px;
  font-size: 75%;