<style media="screen">

.aa{
width: 50%;
color:#FFF8C6;
font-family:'trebuchet ms',helvetica,sans-serif;
font-size:80%;
font-weight:bold;
background-color:#3d0000;
border:2px solid;
border-top-color:#000000;
border-left-color:#898989;
border-right-color:#660000;
border-bottom-color:#660000;
float: right;
}
.aa{
  width: 50%;
  float: right;
color:rgb(189, 193, 193);
font-family:'trebuchet ms',helvetica,sans-serif;
font-size:80%;
font-weight:bold;
background-color:#3d0000;
border:2px solid;
border-top-color:#000000;
border-left-color:#898989;
border-right-color:#660000;
border-bottom-color:#660000;
}
textarea {
font-weight: bold;
font-style: Arial;
font-size: 50%;
color: #00000;
color:#FFF8C6;
}
.content{
  color:#FFF8C6;
  background-color:#3d0000;
  border:2px solid;
  border-top-color:#000000;
  border-left-color:#898989;
  border-right-color:#660000;
  border-bottom-color:#660000;
}
.list-group-item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.loader {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #555; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
</style>
