/*------------------------------------------------------------------
Directory:
	/css/custom.css

Description:
    Place your custom CSS code in this file.*/


    #top{
        margin-top: 5px;
    }

    @media (min-width: 420px) {
        .cellphonenumber {
         display:none;
        }
        #underline{
            text-decoration:none;
            color:gray;
        }
      }
      
      
      @media (max-width: 420px) {
        .desktopnumber {
         display:none;
        }
      }

      a:link {
        text-decoration: none;
        color: #666;
      }

      #reviewtitle{
          font-size:35px;
          line-height: 30px;
      }