 .alert.show { 
    min-height: 234px;
    overflow-y: scroll;
    height: 250px; 
} 
div.G {
    font-size: 13px;
}
#alert{
	width: 400px;
}

div.G:nth-child(even) {
	background-color: #ffffff; 
	padding:10px 10px;
}

div.G:nth-child(odd) {
	background-color: #d8ff83; 
	padding:10px 10px;
}

div.P {
    font-size: 11px;
}

div.P:nth-child(even) {
	background-color: #ffffff; 
	padding:10px 10px;
}

div.P:nth-child(odd) {
	background-color: #ffff9f; 
	padding:10px 10px;
}

.alert{
  top: 40px;
  right: 0px;
  left: unset;
  width: 333px;
  box-shadow: 0px 5px 7px -1px #c1c1c1;
  padding-bottom: 0px;
  padding: 0px;
  
}
.alert:before{
  content: "";
  position: absolute;
  top: -20px;
  right: 12px;
  border:10px solid #343A40;
  border-color: transparent transparent #343A40 transparent;
}
