Template:SMMU-China/CSS Notebook

.notebook-boxborder{

   background: none;
   border: 0;
   box-sizing: border-box;
   box-shadow: inset 0 0 0 2px #b63b4d;
   font-size: inherit;
   font-weight: 700;
   margin: 1em;
   padding: 1em 2em;
   text-align: center;
   text-transform: capitalize;
   position: relative;
   vertical-align: middle;
   display: block;

} .notebook-boxborder .icon{

   background: none;
   border: 0;
   box-sizing: border-box;
   box-shadow: inset 0 0 0 2px #b63b4d;
   margin-right: 5px;
   width: 50px;
   height: 50px;
   display: inline-block;
   alignment: center;

} .notebook-boxborder a{

   text-align: center;
   text-align: -webkit-center;
   vertical-align: bottom;
   text-decoration-line: underline;
   line-height: 40px;
   font-size: 30px;
   color: #b63b4d;
   font-weight: bold;
   display: initial;

}