/**
 * @file
 * Utility class to prevent text wrapping.
 */

.nowrap {
  white-space: nowrap;
}
/*
 * @file
 * Contain positioned elements.
 */

.position-container {
  position: relative;
}
