/*
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 *
 *  *  Copyright © 2017 Pearson Education, Inc.
 *  *  All Rights Reserved.
 *  *
 *  * NOTICE:  All information contained herein is, and remains
 *  * the property of Pearson Education, Inc.  The intellectual and technical concepts contained
 *  * herein are proprietary to Pearson Education, Inc. and may be covered by U.S. and Foreign Patents,
 *  * patent applications, and are protected by trade secret or copyright law.
 *  * Dissemination of this information, reproduction of this material, and copying or distribution of this software
 *  * is strictly forbidden unless prior written permission is obtained from Pearson Education, Inc.
 */

      .abutton {
      	font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #444;
        padding: 5px;
        background-color: #FFFFFF;
        border: 1px solid silver;
        cursor: pointer;
      }
      .textcomp {
      	font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
        color: #444;
      }
      .tweet{
      	display: none;
      	overflow: hidden;
      	text-overflow: ellipsis;
      	padding-top: 2px;
      	padding-left: 2px;
      	padding-right: 2px;
      	margin-bottom: 10px;
      }