#normal_layer a{font-size:12px;text-decoration:none;color:grey}
#normal_layer a:hover{color:#222}
#normal_layer div{font-size:12px;}
#normal_layer .p-arrow{
    color:grey;
}
#normal_layer .right-arrow {  
    display :inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right:25px;
    }
#normal_layer .right-arrow::after {
    display: inline-block;
    content: " ";
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: grey;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 30%;
    right: 1px;
    }