﻿#acc {
  clear: both;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 480px;
}

.acc-item {
  background-color: #fff;
}

#acc h2:before{

    float: right !important;
    font-size: 1.2em;
    content:"+";
    padding-right: 5px;

}

#acc .active:before{
    font-size: 1.2em;
    float: right !important;
    content:"-";
    padding-right: 5px;

}
#acc h2 {
 border-top: 1px solid #CCCCCC;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 6px 0 8px;
  width: 480px;
  background-color: #fff;
}
#acc .acc-section {
  background-color: #FFFFFF;
  overflow: auto;
}

#acc .acc-section ul {
  margin: 12px 0 12px 20px;
}

#acc .acc-section li {
  list-style: disc outside none;
}

#acc .active {
  background-color: #fff;
}

.sys_button {
  border: 1px solid #000000;
  float: right;
  font-weight: bold;
  margin: 0 0 10px 5px;
  width: 135px;
}

.sys_button a:link {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
}

.sys_button a:visited {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
}

.sys_button a:hover {
  background-color: #000000;
  color: #FFFFFF !important;
}

.sys_button a:focus {
  background-color: #000000;
  color: #FFFFFF !important;
}