/*------------------*/
/* Padding Articles */
/*------------------*/

#jm-maincontent{
  padding-left:20px;
  padding-right:20px;
}

/*-------------------------------------------------------------------------*/

/*----------------*/
/* Button colours */
/*----------------*/

.btn:focus, .btn::-moz-focus-inner{
  outline:none;
  border:none;
}
.btn{
  font-family: arial;
  font-size:14px;
  text-transform: uppercase;
  font-weight:700;
  border:none;
  padding:10px;
  cursor: pointer;
  display:inline-block;
  text-decoration: none;
}
.btn-green{
  background:green;
  color:#fff;
  box-shadow:0 2px 0 1px #006000;
}
.btn-green:hover{
  background:#006000;
  box-shadow:0 2px 0 1px #003f00;
}
.btn-green:visited{
  background:green;
  box-shadow:0 2px 0 1px #003f00;
}
.btn-purple{
  background:purple;
  color:#fff;
  box-shadow:0 2px 0 1px #670167;
}
.btn-purple:hover{
  background:#670167;
  box-shadow:0 2px 0 1px #470047;
}
.btn-purple:visited{
  background:purple;
  box-shadow:0 2px 0 1px #470047;
}
.btn-red{
  background:#b30000;
  color:#ffffff;
  box-shadow:0 2px 0 1px #660000;
}
.btn-red:hover{
  background:#cc0000;
  box-shadow:0 2px 0 1px #800000;
}
.btn-red:visited{
  background:#b30000;
  box-shadow:0 2px 0 1px #800000;
}
.btn-green:active, .btn-purple:active, .btn-red:active{
  position:relative;
  top:2px;
  box-shadow:none;
}

/*-------------------------------------------------------------------------*/

/*-------------------------*/
/* Horizonal Line BR Green */
/*-------------------------*/

.br-green{
  margin:0;
  border: 3px solid green;
}

/*-------------------------------------------------------------------------*/

/*-------------------------*/
/* Horizonal Line BR Yellow */
/*-------------------------*/

.br-yellow{
  margin:0;
  border: 2px solid yellow;
}

/*-------------------------------------------------------------------------*/

/*-------------------------*/
/* Horizonal Line BR Blue */
/*-------------------------*/

.br-blue{
  margin:0;
  border: 2px solid blue;
}