/* CSS Stylesheet Document */
/* RSS News Aggregator by Massive Impressions  */


.nraitemform input.nrafull {width:100%;}
.nraitemform input.colorfield {width:150px; margin:10px;}
.nraitemform input.checkfield {width:50px; margin:10px;}	
.nraitemform select {width:200px; margin:10px;}
.nraitemform textarea {width:90%; margin:10px; padding:10px; max-height:150px; min-height:30px;}

.nra_accordion {  background-color: #Fee;   color: #444;   cursor: pointer;   padding:  8px;   width: 100%;   text-align: left;   border: none;   outline: none;   transition: 0.4s; }
.active, .nra_accordion:hover { background-color: #ccc; }
.nra_panel {   padding: 0 18px;   background-color: white;   display: none;   overflow: hidden; }
.agglinkwrap ,  .nra_item { background-color: #FFF; border:1px solid #000; margin:20px 10px; padding: 15px;  }
.nra_item, .nra_item p {  font-family: Arial, Helvetica, Sans-Serif; border-radius: 25px; color: #000;  }
.nra_item a ( color: #00E; )
.nra_item_feedname cite a {color: #000 !important ;} 
.nra_summary { width:90%; text-align:left; }
.nra_summary img {max-height:100px; width:auto; }

.nra_control_bar_wrap {width:100%; padding:5px; margin:10px; background-color:#ccc;}
.nra_control_bar_wrap button {padding:5px; margin:10px; background-color:#00F; color:#FF0;}

.aggregate_link_button { border-radius:8px; color:#FFF; text-align:center; }

.aggregate_link_button_before { background-color:#555; border: 2px solid #555;}
.aggregate_link_button_after { background-color: #FFF; border: 2px solid #555; }

