 #InvestmentsPanel{
            /*top: 379px;
            left: 422px;
            width: 100%;*/
            height: 178px;
            /*UI properties*/
            background: #F7F7F7 0% 0% no-repeat padding-box;
            opacity: 1;
        }

        #InvestmentsPanelText{
            
            height: 10px;
            text-align: left;
            font: normal normal normal 20px/20px Georgia;
            letter-spacing: 0px;
            color: #334773;
            opacity: 1;
            padding:  0px;
            margin-left: 0px;
            margin-top: 16px;
        }

        #InvestmentsPanel hr{
            border: 1px solid #D0D0D0;
            opacity: 1;
        }

        #InvestmentsPanelTxt{
            
            text-align: left;
            font: normal normal normal 14px/19px Arial;
            letter-spacing: 0px;
            color: #314674;
            opacity: 1;
        }

        #panelimg{
           
           
            width: 280px;
            opacity: 1;
            margin-top: 7px;
            margin-left: 29px;
            height: 162px;
            background: transparent url('r-d-poster.png') 0% 0% no-repeat padding-box;
            text-decoration: none;
            
        }

        #panelimg img{
             width: 100%;
             height: 162px;
        }

         #panelimg:hover{
            height: 162px;
            width: 280px;
            border:  2px solid #E1D573; 
         }

        #InvestmentsPanel a{
           
            background: #E1D573 0% 0% no-repeat padding-box;
            opacity: 1;
            height: 33px;
            text-align: left;
            font: normal normal bold 12px/22px Helvetica;
            letter-spacing: 0px;
            color: #08589C;
            margin-top: 11px; 
            border-color: #E1D573;
        }

        #InvestmentsPanel a:hover{
           
            width: 194px;
            height: 33px;
            background: #CBB70C 0% 0% no-repeat padding-box;
            box-shadow: 0px 0px 8px #00000029;
            opacity: 1;

            font: normal normal bold 12px/22px Helvetica;
            letter-spacing: 0px;
            color: #08589C;
            opacity: 1;
        }



        @media (max-width: 770px){
            #panelimg{display: none;}
            #InvestmentsPanel{height: 190px;}
        }